Html Css Color HEX #96CBD2 Morning Glory

📋 copy color: '#96CBD2'

red 150 ◦ green 203 ◦ blue 210

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

Shades of Morning Glory #96CBD2

Tints of Morning Glory #96CBD2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.06%

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

R = 26.64%
G = 36.06%
B = 37.3%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96CBD2 (or 0x96CBD2) is known color: Morning Glory. HEX triplet: 96, CB and D2. RGB value is (150,203,210). Sum of RGB (Red+Green+Blue) = 150+203+210=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #96CBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBD2 is #69342D. Grayscale: #BBBBBB. Windows color (decimal): -6894638 or 13814678. OLE color: 13814678.

HSL color Cylindrical-coordinate representation of color #96CBD2: hue angle of 187º 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 #96CBD2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 203 210 -
CMYK 0.29 0.03 0 0.18
HSL 187º 0.4% 0.71% -
HSV(B) 187º 0.29% 0.82% -
XYZ 45.57 53.85 68.97 -
YUV 187.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 150 203 210 0.29 0.03 0 0.18 187 0.4 0.71
Hex 96 CB D2 1D 3 0 12 BB 28 47
Octal 226 313 322 35 3 0 22 273 50 107
Binary 10010110 11001011 11010010 11101 11 0 10010 10111011 101000 1000111

Color Harmonies of #96CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBD2

Black with #96CBD2

Text Example


Text Example

White with #96CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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