#94DBDE

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

Shades of Morning Glory #94DBDE

Tints of Morning Glory #94DBDE

Color information

#94DBDE (or 0x94DBDE) is unknown color: approx Morning Glory. HEX triplet: 94, DB and DE. RGB value is (148,219,222). Sum of RGB (Red+Green+Blue) = 148+219+222=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #94DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBDE is #6B2421. Grayscale: #C6C6C6. Windows color (decimal): -7021602 or 14605204. OLE color: 14605204.

HSL color Cylindrical-coordinate representation of color #94DBDE: hue angle of 182.43º degrees, saturation: 0.53, 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 #94DBDE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148219222-
CMYK0.330.0100.13
HSL182.43º52.86%72.55%-
HSV(B)182.43º33.33%87.06%-
XYZ50.7362.2378.45-
YUV198.11141.4892.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=25.13%
G=37.18%
B=37.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482192220.330.0100.13182.4352.8672.55
Hex94DBDE2110Db63549
Octal22433333641101526665111
Binary100101001101101111011110100001101101101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,219,222); }

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

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

 a { background-color: rgb(148,219,222); }

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

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

 span { border-color: rgb(148,219,222); }

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