Html Css Color HEX #95D7DC Morning Glory

📋 copy color: '#95D7DC'

red 149 ◦ green 215 ◦ blue 220

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

Shades of Morning Glory #95D7DC

Tints of Morning Glory #95D7DC

RGB

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

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

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

R = 25.51%
G = 36.82%
B = 37.67%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95D7DC (or 0x95D7DC) is known color: Morning Glory. HEX triplet: 95, D7 and DC. RGB value is (149,215,220). Sum of RGB (Red+Green+Blue) = 149+215+220=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #95D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7DC is #6A2823. Grayscale: #C3C3C3. Windows color (decimal): -6957092 or 14473109. OLE color: 14473109.

HSL color Cylindrical-coordinate representation of color #95D7DC: hue angle of 184.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D7DC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 215 220 -
CMYK 0.32 0.02 0 0.14
HSL 184.23º 0.5% 0.72% -
HSV(B) 184.23º 0.32% 0.86% -
XYZ 49.61 60.16 76.71 -
YUV 195.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 149 215 220 0.32 0.02 0 0.14 184.23 0.5 0.72
Hex 95 D7 DC 20 2 0 E B8 32 48
Octal 225 327 334 40 2 0 16 270 62 110
Binary 10010101 11010111 11011100 100000 10 0 1110 10111000 110010 1001000

Color Harmonies of #95D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7DC

Black with #95D7DC

Text Example


Text Example

White with #95D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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