Html Css Color HEX #96CCCD Morning Glory

📋 copy color: '#96CCCD'

red 150 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #96CCCD

Tints of Morning Glory #96CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 26.83%
G = 36.49%
B = 36.67%

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96CCCD (or 0x96CCCD) is known color: Morning Glory. HEX triplet: 96, CC and CD. RGB value is (150,204,205). Sum of RGB (Red+Green+Blue) = 150+204+205=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #96CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCCD is #693332. Grayscale: #BBBBBB. Windows color (decimal): -6894387 or 13487254. OLE color: 13487254.

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

Color convert

RGB 150 204 205 -
CMYK 0.27 0.00 0 0.20
HSL 181.09º 0.35% 0.7% -
HSV(B) 181.09º 0.27% 0.8% -
XYZ 45.19 54.08 65.81 -
YUV 187.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 150 204 205 0.27 0.00 0 0.20 181.09 0.35 0.7
Hex 96 CC CD 1B 0 0 14 B5 23 46
Octal 226 314 315 33 0 0 24 265 43 106
Binary 10010110 11001100 11001101 11011 0 0 10100 10110101 100011 1000110

Color Harmonies of #96CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCCD

Black with #96CCCD

Text Example


Text Example

White with #96CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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