#95DAEB

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

Shades of Charlotte #95DAEB

Tints of Charlotte #95DAEB

Color information

#95DAEB (or 0x95DAEB) is unknown color: approx Charlotte. HEX triplet: 95, DA and EB. RGB value is (149,218,235). Sum of RGB (Red+Green+Blue) = 149+218+235=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #95DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DAEB is #6A2514. Grayscale: #C7C7C7. Windows color (decimal): -6956309 or 15456917. OLE color: 15456917.

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

Color convert

RGB149218235-
CMYK0.370.0700.08
HSL191.86º68.25%75.29%-
HSV(B)191.86º36.6%92.16%-
XYZ52.4662.5387.9-
YUV199.31148.1492.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=24.75%
G=36.21%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492182350.370.0700.08191.8668.2575.29
Hex95DAEB25708c0444b
Octal225332353457010300104113
Binary100101011101101011101011100101111010001100000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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