Html Css Color HEX #95DDDC Morning Glory

📋 copy color: '#95DDDC'

red 149 ◦ green 221 ◦ blue 220

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

Shades of Morning Glory #95DDDC

Tints of Morning Glory #95DDDC

RGB

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

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

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

R = 25.25%
G = 37.46%
B = 37.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#95DDDC (or 0x95DDDC) is known color: Morning Glory. HEX triplet: 95, DD and DC. RGB value is (149,221,220). Sum of RGB (Red+Green+Blue) = 149+221+220=590 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.25% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDC is #6A2223. Grayscale: #C7C7C7. Windows color (decimal): -6955556 or 14474645. OLE color: 14474645.

HSL color Cylindrical-coordinate representation of color #95DDDC: hue angle of 179.17º degrees, saturation: 0.51, 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 #95DDDC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 220 -
CMYK 0.33 0 0.00 0.13
HSL 179.17º 0.51% 0.73% -
HSV(B) 179.17º 0.33% 0.87% -
XYZ 51.17 63.27 77.23 -
YUV 199.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 149 221 220 0.33 0 0.00 0.13 179.17 0.51 0.73
Hex 95 DD DC 21 0 0 D B3 33 49
Octal 225 335 334 41 0 0 15 263 63 111
Binary 10010101 11011101 11011100 100001 0 0 1101 10110011 110011 1001001

Color Harmonies of #95DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDDC

Black with #95DDDC

Text Example


Text Example

White with #95DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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