Html Css Color HEX #94DEDE Morning Glory

📋 copy color: '#94DEDE'

red 148 ◦ green 222 ◦ blue 222

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

Shades of Morning Glory #94DEDE

Tints of Morning Glory #94DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94DEDE (or 0x94DEDE) is known color: Morning Glory. HEX triplet: 94, DE and DE. RGB value is (148,222,222). Sum of RGB (Red+Green+Blue) = 148+222+222=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #94DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEDE is #6B2121. Grayscale: #C7C7C7. Windows color (decimal): -7020834 or 14605972. OLE color: 14605972.

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

Color convert

RGB 148 222 222 -
CMYK 0.33 0 0 0.13
HSL 180º 0.53% 0.73% -
HSV(B) 180º 0.33% 0.87% -
XYZ 51.52 63.81 78.71 -
YUV 199.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 148 222 222 0.33 0 0 0.13 180 0.53 0.73
Hex 94 DE DE 21 0 0 D B4 35 49
Octal 224 336 336 41 0 0 15 264 65 111
Binary 10010100 11011110 11011110 100001 0 0 1101 10110100 110101 1001001

Color Harmonies of #94DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEDE

Black with #94DEDE

Text Example


Text Example

White with #94DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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