Html Css Color HEX #94DEDA Morning Glory

📋 copy color: '#94DEDA'

red 148 ◦ green 222 ◦ blue 218

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

Shades of Morning Glory #94DEDA

Tints of Morning Glory #94DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

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

R = 25.17%
G = 37.76%
B = 37.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#94DEDA (or 0x94DEDA) is known color: Morning Glory. HEX triplet: 94, DE and DA. RGB value is (148,222,218). Sum of RGB (Red+Green+Blue) = 148+222+218=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEDA is #6B2125. Grayscale: #C7C7C7. Windows color (decimal): -7020838 or 14343828. OLE color: 14343828.

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

Color convert

RGB 148 222 218 -
CMYK 0.33 0 0.02 0.13
HSL 176.76º 0.53% 0.73% -
HSV(B) 176.76º 0.33% 0.87% -
XYZ 50.99 63.6 75.92 -
YUV 199.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 148 222 218 0.33 0 0.02 0.13 176.76 0.53 0.73
Hex 94 DE DA 21 0 2 D B1 35 49
Octal 224 336 332 41 0 2 15 261 65 111
Binary 10010100 11011110 11011010 100001 0 10 1101 10110001 110101 1001001

Color Harmonies of #94DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEDA

Black with #94DEDA

Text Example


Text Example

White with #94DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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