#95DAEC

Color #95DAEC Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #95DAEC

Tints of Charlotte #95DAEC

Color information

#95DAEC (or 0x95DAEC) is unknown color: approx Charlotte. HEX triplet: 95, DA and EC. RGB value is (149,218,236). Sum of RGB (Red+Green+Blue) = 149+218+236=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #95DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DAEC is #6A2513. Grayscale: #C7C7C7. Windows color (decimal): -6956308 or 15522453. OLE color: 15522453.

HSL color Cylindrical-coordinate representation of color #95DAEC: hue angle of 192.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95DAEC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149218236-
CMYK0.370.0800.07
HSL192.41º69.6%75.49%-
HSV(B)192.41º36.86%92.55%-
XYZ52.6162.5988.67-
YUV199.42148.6492.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.71%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=24.71%
G=36.15%
B=39.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492182360.370.0800.07192.4169.675.49
Hex95DAEC25807c0464b
Octal225332354451007300106113
Binary100101011101101011101100100101100001111100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,236); }

 H1.HeaderClassName
 {
   color: #95DAEC;
 }
 .AnyTagClassName
 {
   color: #95DAEC;
 }
</style>
background-color css

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

 a { background-color: rgb(149,218,236); }

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

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

 span { border-color: rgb(149,218,236); }

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