#95D6DD

Color #95D6DD Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #95D6DD

Tints of Morning Glory #95D6DD

Color information

#95D6DD (or 0x95D6DD) is unknown color: approx Morning Glory. HEX triplet: 95, D6 and DD. RGB value is (149,214,221). Sum of RGB (Red+Green+Blue) = 149+214+221=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6DD is #6A2922. Grayscale: #C3C3C3. Windows color (decimal): -6957347 or 14538389. OLE color: 14538389.

HSL color Cylindrical-coordinate representation of color #95D6DD: hue angle of 185.83º degrees, saturation: 0.51, 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 #95D6DD is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149214221-
CMYK0.330.0300.13
HSL185.83º51.43%72.55%-
HSV(B)185.83º32.58%86.67%-
XYZ49.4959.777.32-
YUV195.36142.4794.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.51%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=25.51%
G=36.64%
B=37.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492142210.330.0300.13185.8351.4372.55
Hex95D6DD2130Dba3349
Octal22532633541301527263111
Binary1001010111010110110111011000011101101101110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D6DD; }

 p { color: rgb(149,214,221); }

 H1.HeaderClassName
 {
   color: #95D6DD;
 }
 .AnyTagClassName
 {
   color: #95D6DD;
 }
</style>
background-color css

<style>
 a { background-color: #95D6DD; }

 a { background-color: rgb(149,214,221); }

 div.DivClassName
 {
   background-color: #95D6DD;
 }
 .BgClassName
 {
   background-color: #95D6DD;
 }
</style>
border-color css

<style>
 span { border-color: #95D6DD; }

 span { border-color: rgb(149,214,221); }

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