Html Css Color HEX #96DCDA Morning Glory

📋 copy color: '#96DCDA'

red 150 ◦ green 220 ◦ blue 218

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

Shades of Morning Glory #96DCDA

Tints of Morning Glory #96DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

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

R = 25.51%
G = 37.41%
B = 37.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#96DCDA (or 0x96DCDA) is known color: Morning Glory. HEX triplet: 96, DC and DA. RGB value is (150,220,218). Sum of RGB (Red+Green+Blue) = 150+220+218=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCDA is #692325. Grayscale: #C6C6C6. Windows color (decimal): -6890278 or 14343318. OLE color: 14343318.

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

Color convert

RGB 150 220 218 -
CMYK 0.32 0 0.01 0.14
HSL 178.29º 0.5% 0.73% -
HSV(B) 178.29º 0.32% 0.86% -
XYZ 50.83 62.73 75.76 -
YUV 198.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 150 220 218 0.32 0 0.01 0.14 178.29 0.5 0.73
Hex 96 DC DA 20 0 1 E B2 32 49
Octal 226 334 332 40 0 1 16 262 62 111
Binary 10010110 11011100 11011010 100000 0 1 1110 10110010 110010 1001001

Color Harmonies of #96DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCDA

Black with #96DCDA

Text Example


Text Example

White with #96DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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