#94D5DB

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

Shades of Morning Glory #94D5DB

Tints of Morning Glory #94D5DB

Color information

#94D5DB (or 0x94D5DB) is unknown color: approx Morning Glory. HEX triplet: 94, D5 and DB. RGB value is (148,213,219). Sum of RGB (Red+Green+Blue) = 148+213+219=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #94D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D5DB is #6B2A24. Grayscale: #C2C2C2. Windows color (decimal): -7023141 or 14407060. OLE color: 14407060.

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

Color convert

RGB148213219-
CMYK0.320.0300.14
HSL185.07º49.65%71.96%-
HSV(B)185.07º32.42%85.88%-
XYZ48.795975.83-
YUV194.25141.9795.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.52%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=25.52%
G=36.72%
B=37.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482132190.320.0300.14185.0749.6571.96
Hex94D5DB2030Eb93248
Octal22432533340301627162110
Binary1001010011010101110110111000001101110101110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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