Html Css Color HEX #96CAC8 Morning Glory

📋 copy color: '#96CAC8'

red 150 ◦ green 202 ◦ blue 200

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

Shades of Morning Glory #96CAC8

Tints of Morning Glory #96CAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 27.17%
G = 36.59%
B = 36.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#96CAC8 (or 0x96CAC8) is known color: Morning Glory. HEX triplet: 96, CA and C8. RGB value is (150,202,200). Sum of RGB (Red+Green+Blue) = 150+202+200=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC8 is #693537. Grayscale: #BABABA. Windows color (decimal): -6894904 or 13159062. OLE color: 13159062.

HSL color Cylindrical-coordinate representation of color #96CAC8: hue angle of 177.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAC8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 200 -
CMYK 0.26 0 0.01 0.21
HSL 177.69º 0.33% 0.69% -
HSV(B) 177.69º 0.26% 0.79% -
XYZ 44.12 52.9 62.53 -
YUV 186.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 150 202 200 0.26 0 0.01 0.21 177.69 0.33 0.69
Hex 96 CA C8 1A 0 1 15 B2 21 45
Octal 226 312 310 32 0 1 25 262 41 105
Binary 10010110 11001010 11001000 11010 0 1 10101 10110010 100001 1000101

Color Harmonies of #96CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC8

Black with #96CAC8

Text Example


Text Example

White with #96CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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