Html Css Color HEX #96DBDA Morning Glory

📋 copy color: '#96DBDA'

red 150 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #96DBDA

Tints of Morning Glory #96DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 25.55%
G = 37.31%
B = 37.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#96DBDA (or 0x96DBDA) is known color: Morning Glory. HEX triplet: 96, DB and DA. RGB value is (150,219,218). Sum of RGB (Red+Green+Blue) = 150+219+218=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBDA is #692425. Grayscale: #C6C6C6. Windows color (decimal): -6890534 or 14343062. OLE color: 14343062.

HSL color Cylindrical-coordinate representation of color #96DBDA: hue angle of 179.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBDA is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 218 -
CMYK 0.32 0 0.00 0.14
HSL 179.13º 0.49% 0.72% -
HSV(B) 179.13º 0.32% 0.86% -
XYZ 50.56 62.21 75.67 -
YUV 198.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 150 219 218 0.32 0 0.00 0.14 179.13 0.49 0.72
Hex 96 DB DA 20 0 0 E B3 31 48
Octal 226 333 332 40 0 0 16 263 61 110
Binary 10010110 11011011 11011010 100000 0 0 1110 10110011 110001 1001000

Color Harmonies of #96DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBDA

Black with #96DBDA

Text Example


Text Example

White with #96DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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