#95DBEC

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

Shades of Charlotte #95DBEC

Tints of Charlotte #95DBEC

Color information

#95DBEC (or 0x95DBEC) is unknown color: approx Charlotte. HEX triplet: 95, DB and EC. RGB value is (149,219,236). Sum of RGB (Red+Green+Blue) = 149+219+236=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #95DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DBEC is #6A2413. Grayscale: #C7C7C7. Windows color (decimal): -6956052 or 15522709. OLE color: 15522709.

HSL color Cylindrical-coordinate representation of color #95DBEC: hue angle of 191.72º 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 #95DBEC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149219236-
CMYK0.370.0700.07
HSL191.72º69.6%75.49%-
HSV(B)191.72º36.86%92.55%-
XYZ52.8763.1188.75-
YUV200.01148.3191.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.67%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=24.67%
G=36.26%
B=39.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492192360.370.0700.07191.7269.675.49
Hex95DBEC25707c0464b
Octal22533335445707300106113
Binary10010101110110111110110010010111101111100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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