Html Css Color HEX #96CECC Morning Glory

📋 copy color: '#96CECC'

red 150 ◦ green 206 ◦ blue 204

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

Shades of Morning Glory #96CECC

Tints of Morning Glory #96CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 26.79%
G = 36.79%
B = 36.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#96CECC (or 0x96CECC) is known color: Morning Glory. HEX triplet: 96, CE and CC. RGB value is (150,206,204). Sum of RGB (Red+Green+Blue) = 150+206+204=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #96CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CECC is #693133. Grayscale: #BCBCBC. Windows color (decimal): -6893876 or 13422230. OLE color: 13422230.

HSL color Cylindrical-coordinate representation of color #96CECC: hue angle of 177.86º 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 #96CECC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 204 -
CMYK 0.27 0 0.01 0.19
HSL 177.86º 0.36% 0.7% -
HSV(B) 177.86º 0.27% 0.81% -
XYZ 45.55 54.99 65.34 -
YUV 189.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 150 206 204 0.27 0 0.01 0.19 177.86 0.36 0.7
Hex 96 CE CC 1B 0 1 13 B2 24 46
Octal 226 316 314 33 0 1 23 262 44 106
Binary 10010110 11001110 11001100 11011 0 1 10011 10110010 100100 1000110

Color Harmonies of #96CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CECC

Black with #96CECC

Text Example


Text Example

White with #96CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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