Html Css Color HEX #94DFDA Morning Glory

📋 copy color: '#94DFDA'

red 148 ◦ green 223 ◦ blue 218

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

Shades of Morning Glory #94DFDA

Tints of Morning Glory #94DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.86%

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 25.13%
G = 37.86%
B = 37.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#94DFDA (or 0x94DFDA) is known color: Morning Glory. HEX triplet: 94, DF and DA. RGB value is (148,223,218). Sum of RGB (Red+Green+Blue) = 148+223+218=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFDA is #6B2025. Grayscale: #C7C7C7. Windows color (decimal): -7020582 or 14344084. OLE color: 14344084.

HSL color Cylindrical-coordinate representation of color #94DFDA: hue angle of 176º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFDA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 223 218 -
CMYK 0.34 0 0.02 0.13
HSL 176º 0.54% 0.73% -
HSV(B) 176º 0.34% 0.87% -
XYZ 51.26 64.13 76.01 -
YUV 200.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 148 223 218 0.34 0 0.02 0.13 176 0.54 0.73
Hex 94 DF DA 22 0 2 D B0 36 49
Octal 224 337 332 42 0 2 15 260 66 111
Binary 10010100 11011111 11011010 100010 0 10 1101 10110000 110110 1001001

Color Harmonies of #94DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DFDA

Black with #94DFDA

Text Example


Text Example

White with #94DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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