#94D2D3

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

Shades of Morning Glory #94D2D3

Tints of Morning Glory #94D2D3

Color information

#94D2D3 (or 0x94D2D3) is unknown color: approx Morning Glory. HEX triplet: 94, D2 and D3. RGB value is (148,210,211). Sum of RGB (Red+Green+Blue) = 148+210+211=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #94D2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2D3 is #6B2D2C. Grayscale: #BFBFBF. Windows color (decimal): -7023917 or 13882004. OLE color: 13882004.

HSL color Cylindrical-coordinate representation of color #94D2D3: hue angle of 180.95º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D2D3 is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148210211-
CMYK0.300.0000.17
HSL180.95º41.72%70.39%-
HSV(B)180.95º29.86%82.75%-
XYZ47.0257.0970.17-
YUV191.58138.9696.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=26.01%
G=36.91%
B=37.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482102110.300.0000.17180.9541.7270.39
Hex94D2D31E0011b52a46
Octal22432232336002126552106
Binary100101001101001011010011111100010001101101011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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