Html Css Color HEX #95D7DD Morning Glory

📋 copy color: '#95D7DD'

red 149 ◦ green 215 ◦ blue 221

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

Shades of Morning Glory #95D7DD

Tints of Morning Glory #95D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 25.47%
G = 36.75%
B = 37.78%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95D7DD (or 0x95D7DD) is known color: Morning Glory. HEX triplet: 95, D7 and DD. RGB value is (149,215,221). Sum of RGB (Red+Green+Blue) = 149+215+221=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7DD is #6A2822. Grayscale: #C3C3C3. Windows color (decimal): -6957091 or 14538645. OLE color: 14538645.

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

Color convert

RGB 149 215 221 -
CMYK 0.33 0.03 0 0.13
HSL 185º 0.51% 0.73% -
HSV(B) 185º 0.33% 0.87% -
XYZ 49.75 60.21 77.41 -
YUV 195.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 149 215 221 0.33 0.03 0 0.13 185 0.51 0.73
Hex 95 D7 DD 21 3 0 D B9 33 49
Octal 225 327 335 41 3 0 15 271 63 111
Binary 10010101 11010111 11011101 100001 11 0 1101 10111001 110011 1001001

Color Harmonies of #95D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7DD

Black with #95D7DD

Text Example


Text Example

White with #95D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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