Html Css Color HEX #94D9D6 Morning Glory

📋 copy color: '#94D9D6'

red 148 ◦ green 217 ◦ blue 214

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

Shades of Morning Glory #94D9D6

Tints of Morning Glory #94D9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 25.56%
G = 37.48%
B = 36.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#94D9D6 (or 0x94D9D6) is known color: Morning Glory. HEX triplet: 94, D9 and D6. RGB value is (148,217,214). Sum of RGB (Red+Green+Blue) = 148+217+214=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9D6 is #6B2629. Grayscale: #C3C3C3. Windows color (decimal): -7022122 or 14080404. OLE color: 14080404.

HSL color Cylindrical-coordinate representation of color #94D9D6: hue angle of 177.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9D6 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 214 -
CMYK 0.32 0 0.01 0.15
HSL 177.39º 0.48% 0.72% -
HSV(B) 177.39º 0.32% 0.85% -
XYZ 49.16 60.78 72.76 -
YUV 196.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 148 217 214 0.32 0 0.01 0.15 177.39 0.48 0.72
Hex 94 D9 D6 20 0 1 F B1 30 48
Octal 224 331 326 40 0 1 17 261 60 110
Binary 10010100 11011001 11010110 100000 0 1 1111 10110001 110000 1001000

Color Harmonies of #94D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D9D6

Black with #94D9D6

Text Example


Text Example

White with #94D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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