Html Css Color HEX #96CBCE Morning Glory

📋 copy color: '#96CBCE'

red 150 ◦ green 203 ◦ blue 206

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

Shades of Morning Glory #96CBCE

Tints of Morning Glory #96CBCE

RGB

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

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

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

R = 26.83%
G = 36.31%
B = 36.85%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96CBCE (or 0x96CBCE) is known color: Morning Glory. HEX triplet: 96, CB and CE. RGB value is (150,203,206). Sum of RGB (Red+Green+Blue) = 150+203+206=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #96CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBCE is #693431. Grayscale: #BBBBBB. Windows color (decimal): -6894642 or 13552534. OLE color: 13552534.

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

Color convert

RGB 150 203 206 -
CMYK 0.27 0.01 0 0.19
HSL 183.21º 0.36% 0.7% -
HSV(B) 183.21º 0.27% 0.81% -
XYZ 45.07 53.65 66.37 -
YUV 187.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 150 203 206 0.27 0.01 0 0.19 183.21 0.36 0.7
Hex 96 CB CE 1B 1 0 13 B7 24 46
Octal 226 313 316 33 1 0 23 267 44 106
Binary 10010110 11001011 11001110 11011 1 0 10011 10110111 100100 1000110

Color Harmonies of #96CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBCE

Black with #96CBCE

Text Example


Text Example

White with #96CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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