Html Css Color HEX #95CED6 Morning Glory

📋 copy color: '#95CED6'

red 149 ◦ green 206 ◦ blue 214

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

Shades of Morning Glory #95CED6

Tints of Morning Glory #95CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 26.19%
G = 36.2%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95CED6 (or 0x95CED6) is known color: Morning Glory. HEX triplet: 95, CE and D6. RGB value is (149,206,214). Sum of RGB (Red+Green+Blue) = 149+206+214=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #95CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CED6 is #6A3129. Grayscale: #BDBDBD. Windows color (decimal): -6959402 or 14077589. OLE color: 14077589.

HSL color Cylindrical-coordinate representation of color #95CED6: hue angle of 187.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CED6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 206 214 -
CMYK 0.30 0.04 0 0.16
HSL 187.38º 0.44% 0.71% -
HSV(B) 187.38º 0.3% 0.84% -
XYZ 46.6 55.39 71.85 -
YUV 189.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 149 206 214 0.30 0.04 0 0.16 187.38 0.44 0.71
Hex 95 CE D6 1E 4 0 10 BB 2C 47
Octal 225 316 326 36 4 0 20 273 54 107
Binary 10010101 11001110 11010110 11110 100 0 10000 10111011 101100 1000111

Color Harmonies of #95CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CED6

Black with #95CED6

Text Example


Text Example

White with #95CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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