Html Css Color HEX #95D8DD Morning Glory

📋 copy color: '#95D8DD'

red 149 ◦ green 216 ◦ blue 221

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

Shades of Morning Glory #95D8DD

Tints of Morning Glory #95D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 25.43%
G = 36.86%
B = 37.71%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95D8DD (or 0x95D8DD) is known color: Morning Glory. HEX triplet: 95, D8 and DD. RGB value is (149,216,221). Sum of RGB (Red+Green+Blue) = 149+216+221=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8DD is #6A2722. Grayscale: #C4C4C4. Windows color (decimal): -6956835 or 14538901. OLE color: 14538901.

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

Color convert

RGB 149 216 221 -
CMYK 0.33 0.02 0 0.13
HSL 184.17º 0.51% 0.73% -
HSV(B) 184.17º 0.33% 0.87% -
XYZ 50 60.72 77.49 -
YUV 196.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 149 216 221 0.33 0.02 0 0.13 184.17 0.51 0.73
Hex 95 D8 DD 21 2 0 D B8 33 49
Octal 225 330 335 41 2 0 15 270 63 111
Binary 10010101 11011000 11011101 100001 10 0 1101 10111000 110011 1001001

Color Harmonies of #95D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D8DD

Black with #95D8DD

Text Example


Text Example

White with #95D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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