Html Css Color HEX #94D9DC Morning Glory

📋 copy color: '#94D9DC'

red 148 ◦ green 217 ◦ blue 220

#94D9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #94D9DC

Tints of Morning Glory #94D9DC

RGB

 RED value IS 148 (58.2% from 255) = 25.3%

 GREEN value IS 217 (85.16% from 255) = 37.09%

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 25.3%
G = 37.09%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94D9DC (or 0x94D9DC) is known color: Morning Glory. HEX triplet: 94, D9 and DC. RGB value is (148,217,220). Sum of RGB (Red+Green+Blue) = 148+217+220=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #94D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9DC is #6B2623. Grayscale: #C4C4C4. Windows color (decimal): -7022116 or 14473620. OLE color: 14473620.

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

Color convert

RGB 148 217 220 -
CMYK 0.33 0.01 0 0.14
HSL 182.5º 0.51% 0.72% -
HSV(B) 182.5º 0.33% 0.86% -
XYZ 49.94 61.09 76.87 -
YUV 196.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 148 217 220 0.33 0.01 0 0.14 182.5 0.51 0.72
Hex 94 D9 DC 21 1 0 E B6 33 48
Octal 224 331 334 41 1 0 16 266 63 110
Binary 10010100 11011001 11011100 100001 1 0 1110 10110110 110011 1001000

Color Harmonies of #94D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D9DC

Black with #94D9DC

Text Example


Text Example

White with #94D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,220); }

 H1.HeaderClassName
 {
   color: #94D9DC;
 }
 .AnyTagClassName
 {
   color: #94D9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(148,217,220); }

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

border-color css

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

 span { border-color: rgb(148,217,220); }

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