Html Css Color HEX #95DEDC Morning Glory

📋 copy color: '#95DEDC'

red 149 ◦ green 222 ◦ blue 220

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

Shades of Morning Glory #95DEDC

Tints of Morning Glory #95DEDC

RGB

 RED value IS 149 (58.59% from 255) = 25.21%

 GREEN value IS 222 (87.11% from 255) = 37.56%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 25.21%
G = 37.56%
B = 37.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#95DEDC (or 0x95DEDC) is known color: Morning Glory. HEX triplet: 95, DE and DC. RGB value is (149,222,220). Sum of RGB (Red+Green+Blue) = 149+222+220=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #95DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DEDC is #6A2123. Grayscale: #C7C7C7. Windows color (decimal): -6955300 or 14474901. OLE color: 14474901.

HSL color Cylindrical-coordinate representation of color #95DEDC: hue angle of 178.36º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DEDC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 222 220 -
CMYK 0.33 0 0.01 0.13
HSL 178.36º 0.53% 0.73% -
HSV(B) 178.36º 0.33% 0.87% -
XYZ 51.43 63.8 77.31 -
YUV 199.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 149 222 220 0.33 0 0.01 0.13 178.36 0.53 0.73
Hex 95 DE DC 21 0 1 D B2 35 49
Octal 225 336 334 41 0 1 15 262 65 111
Binary 10010101 11011110 11011100 100001 0 1 1101 10110010 110101 1001001

Color Harmonies of #95DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DEDC

Black with #95DEDC

Text Example


Text Example

White with #95DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DEDC; }

 p { color: rgb(149,222,220); }

 H1.HeaderClassName
 {
   color: #95DEDC;
 }
 .AnyTagClassName
 {
   color: #95DEDC;
 }
</style>

background-color css

<style>
 a { background-color: #95DEDC; }

 a { background-color: rgb(149,222,220); }

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

border-color css

<style>
 span { border-color: #95DEDC; }

 span { border-color: rgb(149,222,220); }

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