#95DBEA

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

Shades of Charlotte #95DBEA

Tints of Charlotte #95DBEA

Color information

#95DBEA (or 0x95DBEA) is unknown color: approx Charlotte. HEX triplet: 95, DB and EA. RGB value is (149,219,234). Sum of RGB (Red+Green+Blue) = 149+219+234=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #95DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DBEA is #6A2415. Grayscale: #C7C7C7. Windows color (decimal): -6956054 or 15391637. OLE color: 15391637.

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

Color convert

RGB149219234-
CMYK0.360.0600.08
HSL190.59º66.93%75.1%-
HSV(B)190.59º36.32%91.76%-
XYZ52.5862.9987.23-
YUV199.78147.3191.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=24.75%
G=36.38%
B=38.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492192340.360.0600.08190.5966.9375.1
Hex95DBEA24608bf434b
Octal225333352446010277103113
Binary100101011101101111101010100100110010001011111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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