Html Css Color HEX #94D9D3 Morning Glory

📋 copy color: '#94D9D3'

red 148 ◦ green 217 ◦ blue 211

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

Shades of Morning Glory #94D9D3

Tints of Morning Glory #94D9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 25.69%
G = 37.67%
B = 36.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#94D9D3 (or 0x94D9D3) is known color: Morning Glory. HEX triplet: 94, D9 and D3. RGB value is (148,217,211). Sum of RGB (Red+Green+Blue) = 148+217+211=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9D3 is #6B262C. Grayscale: #C3C3C3. Windows color (decimal): -7022125 or 13883796. OLE color: 13883796.

HSL color Cylindrical-coordinate representation of color #94D9D3: hue angle of 174.78º 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 #94D9D3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 211 -
CMYK 0.32 0 0.03 0.15
HSL 174.78º 0.48% 0.72% -
HSV(B) 174.78º 0.32% 0.85% -
XYZ 48.78 60.62 70.76 -
YUV 195.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 148 217 211 0.32 0 0.03 0.15 174.78 0.48 0.72
Hex 94 D9 D3 20 0 3 F AF 30 48
Octal 224 331 323 40 0 3 17 257 60 110
Binary 10010100 11011001 11010011 100000 0 11 1111 10101111 110000 1001000

Color Harmonies of #94D9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D9D3

Black with #94D9D3

Text Example


Text Example

White with #94D9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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