Html Css Color HEX #96C4CB Morning Glory

📋 copy color: '#96C4CB'

red 150 ◦ green 196 ◦ blue 203

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

Shades of Morning Glory #96C4CB

Tints of Morning Glory #96C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.7%

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 27.32%
G = 35.7%
B = 36.98%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96C4CB (or 0x96C4CB) is known color: Morning Glory. HEX triplet: 96, C4 and CB. RGB value is (150,196,203). Sum of RGB (Red+Green+Blue) = 150+196+203=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #96C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C4CB is #693B34. Grayscale: #B6B6B6. Windows color (decimal): -6896437 or 13354134. OLE color: 13354134.

HSL color Cylindrical-coordinate representation of color #96C4CB: hue angle of 187.92º degrees, saturation: 0.34, 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 #96C4CB is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 196 203 -
CMYK 0.26 0.03 0 0.20
HSL 187.92º 0.34% 0.69% -
HSV(B) 187.92º 0.26% 0.8% -
XYZ 43.1 50.28 63.93 -
YUV 183.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 150 196 203 0.26 0.03 0 0.20 187.92 0.34 0.69
Hex 96 C4 CB 1A 3 0 14 BC 22 45
Octal 226 304 313 32 3 0 24 274 42 105
Binary 10010110 11000100 11001011 11010 11 0 10100 10111100 100010 1000101

Color Harmonies of #96C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C4CB

Black with #96C4CB

Text Example


Text Example

White with #96C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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