#94D2DA

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

Shades of Morning Glory #94D2DA

Tints of Morning Glory #94D2DA

Color information

#94D2DA (or 0x94D2DA) is unknown color: approx Morning Glory. HEX triplet: 94, D2 and DA. RGB value is (148,210,218). Sum of RGB (Red+Green+Blue) = 148+210+218=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #94D2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2DA is #6B2D25. Grayscale: #C0C0C0. Windows color (decimal): -7023910 or 14340756. OLE color: 14340756.

HSL color Cylindrical-coordinate representation of color #94D2DA: hue angle of 186.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D2DA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148210218-
CMYK0.320.0400.15
HSL186.86º48.61%71.76%-
HSV(B)186.86º32.11%85.49%-
XYZ47.9157.4574.89-
YUV192.37142.4696.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=25.69%
G=36.46%
B=37.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482102180.320.0400.15186.8648.6171.76
Hex94D2DA2040Fbb3148
Octal22432233240401727361110
Binary10010100110100101101101010000010001111101110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D2DA; }

 p { color: rgb(148,210,218); }

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

<style>
 a { background-color: #94D2DA; }

 a { background-color: rgb(148,210,218); }

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

<style>
 span { border-color: #94D2DA; }

 span { border-color: rgb(148,210,218); }

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