Html Css Color HEX #94DFDB Morning Glory

📋 copy color: '#94DFDB'

red 148 ◦ green 223 ◦ blue 219

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

Shades of Morning Glory #94DFDB

Tints of Morning Glory #94DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 25.08%
G = 37.8%
B = 37.12%

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

#94DFDB (or 0x94DFDB) is known color: Morning Glory. HEX triplet: 94, DF and DB. RGB value is (148,223,219). Sum of RGB (Red+Green+Blue) = 148+223+219=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFDB is #6B2024. Grayscale: #C8C8C8. Windows color (decimal): -7020581 or 14409620. OLE color: 14409620.

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

Color convert

RGB 148 223 219 -
CMYK 0.34 0 0.02 0.13
HSL 176.8º 0.54% 0.73% -
HSV(B) 176.8º 0.34% 0.87% -
XYZ 51.39 64.19 76.7 -
YUV 200.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 148 223 219 0.34 0 0.02 0.13 176.8 0.54 0.73
Hex 94 DF DB 22 0 2 D B1 36 49
Octal 224 337 333 42 0 2 15 261 66 111
Binary 10010100 11011111 11011011 100010 0 10 1101 10110001 110110 1001001

Color Harmonies of #94DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DFDB

Black with #94DFDB

Text Example


Text Example

White with #94DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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