#95DBE1

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

Shades of Charlotte #95DBE1

Tints of Charlotte #95DBE1

Color information

#95DBE1 (or 0x95DBE1) is unknown color: approx Charlotte. HEX triplet: 95, DB and E1. RGB value is (149,219,225). Sum of RGB (Red+Green+Blue) = 149+219+225=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #95DBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBE1 is #6A241E. Grayscale: #C6C6C6. Windows color (decimal): -6956063 or 14801813. OLE color: 14801813.

HSL color Cylindrical-coordinate representation of color #95DBE1: hue angle of 184.74º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95DBE1 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149219225-
CMYK0.340.0300.12
HSL184.74º55.88%73.33%-
HSV(B)184.74º33.78%88.24%-
XYZ51.3262.4980.59-
YUV198.75142.8192.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=25.13%
G=36.93%
B=37.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492192250.340.0300.12184.7455.8873.33
Hex95DBE12230Cb93849
Octal22533334142301427170111
Binary1001010111011011111000011000101101100101110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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