#95DFE1

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

Shades of Charlotte #95DFE1

Tints of Charlotte #95DFE1

Color information

#95DFE1 (or 0x95DFE1) is unknown color: approx Charlotte. HEX triplet: 95, DF and E1. RGB value is (149,223,225). Sum of RGB (Red+Green+Blue) = 149+223+225=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #95DFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DFE1 is #6A201E. Grayscale: #C9C9C9. Windows color (decimal): -6955039 or 14802837. OLE color: 14802837.

HSL color Cylindrical-coordinate representation of color #95DFE1: hue angle of 181.58º 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 #95DFE1 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149223225-
CMYK0.340.0100.12
HSL181.58º55.88%73.33%-
HSV(B)181.58º33.78%88.24%-
XYZ52.3764.680.94-
YUV201.1141.4890.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.96%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=24.96%
G=37.35%
B=37.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492232250.340.0100.12181.5855.8873.33
Hex95DFE12210Cb63849
Octal22533734142101426670111
Binary100101011101111111100001100010101100101101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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