Html Css Color HEX #94DDDF Morning Glory

📋 copy color: '#94DDDF'

red 148 ◦ green 221 ◦ blue 223

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

Shades of Morning Glory #94DDDF

Tints of Morning Glory #94DDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 25%
G = 37.33%
B = 37.67%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94DDDF (or 0x94DDDF) is known color: Morning Glory. HEX triplet: 94, DD and DF. RGB value is (148,221,223). Sum of RGB (Red+Green+Blue) = 148+221+223=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #94DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDDF is #6B2220. Grayscale: #C7C7C7. Windows color (decimal): -7021089 or 14671252. OLE color: 14671252.

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

Color convert

RGB 148 221 223 -
CMYK 0.34 0.01 0 0.13
HSL 181.6º 0.54% 0.73% -
HSV(B) 181.6º 0.34% 0.87% -
XYZ 51.39 63.34 79.33 -
YUV 199.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 148 221 223 0.34 0.01 0 0.13 181.6 0.54 0.73
Hex 94 DD DF 22 1 0 D B6 36 49
Octal 224 335 337 42 1 0 15 266 66 111
Binary 10010100 11011101 11011111 100010 1 0 1101 10110110 110110 1001001

Color Harmonies of #94DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DDDF

Black with #94DDDF

Text Example


Text Example

White with #94DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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