Html Css Color HEX #96CDCE Morning Glory

📋 copy color: '#96CDCE'

red 150 ◦ green 205 ◦ blue 206

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

Shades of Morning Glory #96CDCE

Tints of Morning Glory #96CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.54%

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

R = 26.74%
G = 36.54%
B = 36.72%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96CDCE (or 0x96CDCE) is known color: Morning Glory. HEX triplet: 96, CD and CE. RGB value is (150,205,206). Sum of RGB (Red+Green+Blue) = 150+205+206=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #96CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDCE is #693231. Grayscale: #BCBCBC. Windows color (decimal): -6894130 or 13553046. OLE color: 13553046.

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

Color convert

RGB 150 205 206 -
CMYK 0.27 0.00 0 0.19
HSL 181.07º 0.36% 0.7% -
HSV(B) 181.07º 0.27% 0.81% -
XYZ 45.55 54.6 66.53 -
YUV 188.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 150 205 206 0.27 0.00 0 0.19 181.07 0.36 0.7
Hex 96 CD CE 1B 0 0 13 B5 24 46
Octal 226 315 316 33 0 0 23 265 44 106
Binary 10010110 11001101 11001110 11011 0 0 10011 10110101 100100 1000110

Color Harmonies of #96CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDCE

Black with #96CDCE

Text Example


Text Example

White with #96CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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