Html Css Color HEX #96CACE Morning Glory

📋 copy color: '#96CACE'

red 150 ◦ green 202 ◦ blue 206

#96CACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #96CACE

Tints of Morning Glory #96CACE

RGB

 RED value IS 150 (58.98% from 255) = 26.88%

 GREEN value IS 202 (79.3% from 255) = 36.2%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 26.88%
G = 36.2%
B = 36.92%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96CACE (or 0x96CACE) is known color: Morning Glory. HEX triplet: 96, CA and CE. RGB value is (150,202,206). Sum of RGB (Red+Green+Blue) = 150+202+206=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #96CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CACE is #693531. Grayscale: #BABABA. Windows color (decimal): -6894898 or 13552278. OLE color: 13552278.

HSL color Cylindrical-coordinate representation of color #96CACE: hue angle of 184.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CACE is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 202 206 -
CMYK 0.27 0.02 0 0.19
HSL 184.29º 0.36% 0.7% -
HSV(B) 184.29º 0.27% 0.81% -
XYZ 44.84 53.18 66.29 -
YUV 186.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 150 202 206 0.27 0.02 0 0.19 184.29 0.36 0.7
Hex 96 CA CE 1B 2 0 13 B8 24 46
Octal 226 312 316 33 2 0 23 270 44 106
Binary 10010110 11001010 11001110 11011 10 0 10011 10111000 100100 1000110

Color Harmonies of #96CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CACE

Black with #96CACE

Text Example


Text Example

White with #96CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CACE; }

 p { color: rgb(150,202,206); }

 H1.HeaderClassName
 {
   color: #96CACE;
 }
 .AnyTagClassName
 {
   color: #96CACE;
 }
</style>

background-color css

<style>
 a { background-color: #96CACE; }

 a { background-color: rgb(150,202,206); }

 div.DivClassName
 {
   background-color: #96CACE;
 }
 .BgClassName
 {
   background-color: #96CACE;
 }
</style>

border-color css

<style>
 span { border-color: #96CACE; }

 span { border-color: rgb(150,202,206); }

 td.TdClassName
 {
   border-color: #96CACE;
 }
 .TagClassName
 {
   border-color: #96CACE;
 }
</style>