Html Css Color HEX #96CBCC Morning Glory

📋 copy color: '#96CBCC'

red 150 ◦ green 203 ◦ blue 204

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

Shades of Morning Glory #96CBCC

Tints of Morning Glory #96CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.45%

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

R = 26.93%
G = 36.45%
B = 36.62%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96CBCC (or 0x96CBCC) is known color: Morning Glory. HEX triplet: 96, CB and CC. RGB value is (150,203,204). Sum of RGB (Red+Green+Blue) = 150+203+204=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #96CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBCC is #693433. Grayscale: #BBBBBB. Windows color (decimal): -6894644 or 13421462. OLE color: 13421462.

HSL color Cylindrical-coordinate representation of color #96CBCC: hue angle of 181.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBCC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 203 204 -
CMYK 0.26 0.00 0 0.2
HSL 181.11º 0.35% 0.69% -
HSV(B) 181.11º 0.26% 0.8% -
XYZ 44.83 53.56 65.1 -
YUV 187.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 150 203 204 0.26 0.00 0 0.2 181.11 0.35 0.69
Hex 96 CB CC 1A 0 0 14 B5 23 45
Octal 226 313 314 32 0 0 24 265 43 105
Binary 10010110 11001011 11001100 11010 0 0 10100 10110101 100011 1000101

Color Harmonies of #96CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBCC

Black with #96CBCC

Text Example


Text Example

White with #96CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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