Html Css Color HEX #95DDDE Morning Glory

📋 copy color: '#95DDDE'

red 149 ◦ green 221 ◦ blue 222

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

Shades of Morning Glory #95DDDE

Tints of Morning Glory #95DDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 25.17%
G = 37.33%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95DDDE (or 0x95DDDE) is known color: Morning Glory. HEX triplet: 95, DD and DE. RGB value is (149,221,222). Sum of RGB (Red+Green+Blue) = 149+221+222=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #95DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDE is #6A2221. Grayscale: #C7C7C7. Windows color (decimal): -6955554 or 14605717. OLE color: 14605717.

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

Color convert

RGB 149 221 222 -
CMYK 0.33 0.00 0 0.13
HSL 180.82º 0.53% 0.73% -
HSV(B) 180.82º 0.33% 0.87% -
XYZ 51.44 63.38 78.63 -
YUV 199.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 149 221 222 0.33 0.00 0 0.13 180.82 0.53 0.73
Hex 95 DD DE 21 0 0 D B5 35 49
Octal 225 335 336 41 0 0 15 265 65 111
Binary 10010101 11011101 11011110 100001 0 0 1101 10110101 110101 1001001

Color Harmonies of #95DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDDE

Black with #95DDDE

Text Example


Text Example

White with #95DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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