Html Css Color HEX #94DDD6 Morning Glory

📋 copy color: '#94DDD6'

red 148 ◦ green 221 ◦ blue 214

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

Shades of Morning Glory #94DDD6

Tints of Morning Glory #94DDD6

RGB

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

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

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

R = 25.39%
G = 37.91%
B = 36.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#94DDD6 (or 0x94DDD6) is known color: Morning Glory. HEX triplet: 94, DD and D6. RGB value is (148,221,214). Sum of RGB (Red+Green+Blue) = 148+221+214=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDD6 is #6B2229. Grayscale: #C6C6C6. Windows color (decimal): -7021098 or 14081428. OLE color: 14081428.

HSL color Cylindrical-coordinate representation of color #94DDD6: hue angle of 174.25º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDD6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 214 -
CMYK 0.33 0 0.03 0.13
HSL 174.25º 0.52% 0.72% -
HSV(B) 174.25º 0.33% 0.87% -
XYZ 50.21 62.86 73.11 -
YUV 198.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 148 221 214 0.33 0 0.03 0.13 174.25 0.52 0.72
Hex 94 DD D6 21 0 3 D AE 34 48
Octal 224 335 326 41 0 3 15 256 64 110
Binary 10010100 11011101 11010110 100001 0 11 1101 10101110 110100 1001000

Color Harmonies of #94DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DDD6

Black with #94DDD6

Text Example


Text Example

White with #94DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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