Html Css Color HEX #95D6DD Morning Glory

📋 copy color: '#95D6DD'

red 149 ◦ green 214 ◦ blue 221

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

Shades of Morning Glory #95D6DD

Tints of Morning Glory #95D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.64%

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

R = 25.51%
G = 36.64%
B = 37.84%

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

#95D6DD (or 0x95D6DD) is known color: Morning Glory. HEX triplet: 95, D6 and DD. RGB value is (149,214,221). Sum of RGB (Red+Green+Blue) = 149+214+221=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6DD is #6A2922. Grayscale: #C3C3C3. Windows color (decimal): -6957347 or 14538389. OLE color: 14538389.

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

Color convert

RGB 149 214 221 -
CMYK 0.33 0.03 0 0.13
HSL 185.83º 0.51% 0.73% -
HSV(B) 185.83º 0.33% 0.87% -
XYZ 49.49 59.7 77.32 -
YUV 195.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 149 214 221 0.33 0.03 0 0.13 185.83 0.51 0.73
Hex 95 D6 DD 21 3 0 D BA 33 49
Octal 225 326 335 41 3 0 15 272 63 111
Binary 10010101 11010110 11011101 100001 11 0 1101 10111010 110011 1001001

Color Harmonies of #95D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D6DD

Black with #95D6DD

Text Example


Text Example

White with #95D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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