Html Css Color HEX #96CAD2 Morning Glory

📋 copy color: '#96CAD2'

red 150 ◦ green 202 ◦ blue 210

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

Shades of Morning Glory #96CAD2

Tints of Morning Glory #96CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 26.69%
G = 35.94%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96CAD2 (or 0x96CAD2) is known color: Morning Glory. HEX triplet: 96, CA and D2. RGB value is (150,202,210). Sum of RGB (Red+Green+Blue) = 150+202+210=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #96CAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAD2 is #69352D. Grayscale: #BBBBBB. Windows color (decimal): -6894894 or 13814422. OLE color: 13814422.

HSL color Cylindrical-coordinate representation of color #96CAD2: hue angle of 188º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CAD2 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 202 210 -
CMYK 0.29 0.04 0 0.18
HSL 188º 0.4% 0.71% -
HSV(B) 188º 0.29% 0.82% -
XYZ 45.33 53.38 68.89 -
YUV 187.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 150 202 210 0.29 0.04 0 0.18 188 0.4 0.71
Hex 96 CA D2 1D 4 0 12 BC 28 47
Octal 226 312 322 35 4 0 22 274 50 107
Binary 10010110 11001010 11010010 11101 100 0 10010 10111100 101000 1000111

Color Harmonies of #96CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAD2

Black with #96CAD2

Text Example


Text Example

White with #96CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,210); }

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

background-color css

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

 a { background-color: rgb(150,202,210); }

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

border-color css

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

 span { border-color: rgb(150,202,210); }

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