Html Css Color HEX #96CCD3 Morning Glory

📋 copy color: '#96CCD3'

red 150 ◦ green 204 ◦ blue 211

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

Shades of Morning Glory #96CCD3

Tints of Morning Glory #96CCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 26.55%
G = 36.11%
B = 37.35%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#96CCD3 (or 0x96CCD3) is known color: Morning Glory. HEX triplet: 96, CC and D3. RGB value is (150,204,211). Sum of RGB (Red+Green+Blue) = 150+204+211=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #96CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCD3 is #69332C. Grayscale: #BCBCBC. Windows color (decimal): -6894381 or 13880470. OLE color: 13880470.

HSL color Cylindrical-coordinate representation of color #96CCD3: hue angle of 186.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CCD3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 204 211 -
CMYK 0.29 0.03 0 0.17
HSL 186.89º 0.41% 0.71% -
HSV(B) 186.89º 0.29% 0.83% -
XYZ 45.93 54.37 69.7 -
YUV 188.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 150 204 211 0.29 0.03 0 0.17 186.89 0.41 0.71
Hex 96 CC D3 1D 3 0 11 BB 29 47
Octal 226 314 323 35 3 0 21 273 51 107
Binary 10010110 11001100 11010011 11101 11 0 10001 10111011 101001 1000111

Color Harmonies of #96CCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCD3

Black with #96CCD3

Text Example


Text Example

White with #96CCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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