#A7DBEA

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

Shades of Charlotte #A7DBEA

Tints of Charlotte #A7DBEA

Color information

#A7DBEA (or 0xA7DBEA) is unknown color: approx Charlotte. HEX triplet: A7, DB and EA. RGB value is (167,219,234). Sum of RGB (Red+Green+Blue) = 167+219+234=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBEA is #582415. Grayscale: #CDCDCD. Windows color (decimal): -5776406 or 15391655. OLE color: 15391655.

HSL color Cylindrical-coordinate representation of color #A7DBEA: hue angle of 193.43º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DBEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167219234-
CMYK0.290.0600.08
HSL193.43º61.47%78.63%-
HSV(B)193.43º28.63%91.76%-
XYZ56.1264.8287.4-
YUV205.16144.27100.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.94%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=26.94%
G=35.32%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672192340.290.0600.08193.4361.4778.63
HexA7DBEA1D608c13d4f
Octal24733335235601030175117
Binary1010011111011011111010101110111001000110000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBEA; }

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

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

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

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

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

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

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

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