Html Css Color HEX #96DBDF Morning Glory

📋 copy color: '#96DBDF'

red 150 ◦ green 219 ◦ blue 223

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

Shades of Morning Glory #96DBDF

Tints of Morning Glory #96DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.99%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 25.34%
G = 36.99%
B = 37.67%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96DBDF (or 0x96DBDF) is known color: Morning Glory. HEX triplet: 96, DB and DF. RGB value is (150,219,223). Sum of RGB (Red+Green+Blue) = 150+219+223=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBDF is #692420. Grayscale: #C6C6C6. Windows color (decimal): -6890529 or 14670742. OLE color: 14670742.

HSL color Cylindrical-coordinate representation of color #96DBDF: hue angle of 183.29º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DBDF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 219 223 -
CMYK 0.33 0.02 0 0.13
HSL 183.29º 0.53% 0.73% -
HSV(B) 183.29º 0.33% 0.87% -
XYZ 51.23 62.47 79.17 -
YUV 198.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 150 219 223 0.33 0.02 0 0.13 183.29 0.53 0.73
Hex 96 DB DF 21 2 0 D B7 35 49
Octal 226 333 337 41 2 0 15 267 65 111
Binary 10010110 11011011 11011111 100001 10 0 1101 10110111 110101 1001001

Color Harmonies of #96DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBDF

Black with #96DBDF

Text Example


Text Example

White with #96DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,223); }

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

background-color css

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

 a { background-color: rgb(150,219,223); }

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

border-color css

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

 span { border-color: rgb(150,219,223); }

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