Html Css Color HEX #96CCCF Morning Glory

📋 copy color: '#96CCCF'

red 150 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #96CCCF

Tints of Morning Glory #96CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 26.74%
G = 36.36%
B = 36.9%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96CCCF (or 0x96CCCF) is known color: Morning Glory. HEX triplet: 96, CC and CF. RGB value is (150,204,207). Sum of RGB (Red+Green+Blue) = 150+204+207=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #96CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCCF is #693330. Grayscale: #BCBCBC. Windows color (decimal): -6894385 or 13618326. OLE color: 13618326.

HSL color Cylindrical-coordinate representation of color #96CCCF: hue angle of 183.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CCCF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 204 207 -
CMYK 0.28 0.01 0 0.19
HSL 183.16º 0.37% 0.7% -
HSV(B) 183.16º 0.28% 0.81% -
XYZ 45.43 54.17 67.09 -
YUV 188.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 150 204 207 0.28 0.01 0 0.19 183.16 0.37 0.7
Hex 96 CC CF 1C 1 0 13 B7 25 46
Octal 226 314 317 34 1 0 23 267 45 106
Binary 10010110 11001100 11001111 11100 1 0 10011 10110111 100101 1000110

Color Harmonies of #96CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCCF

Black with #96CCCF

Text Example


Text Example

White with #96CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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