Html Css Color HEX #A5DBEA Charlotte

📋 copy color: '#A5DBEA'

red 165 ◦ green 219 ◦ blue 234

#A5DBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #A5DBEA

Tints of Charlotte #A5DBEA

RGB

 RED value IS 165 (64.84% from 255) = 26.7%

 GREEN value IS 219 (85.94% from 255) = 35.44%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 26.7%
G = 35.44%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5DBEA (or 0xA5DBEA) is known color: Charlotte. HEX triplet: A5, DB and EA. RGB value is (165,219,234). Sum of RGB (Red+Green+Blue) = 165+219+234=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEA is #5A2415. Grayscale: #CCCCCC. Windows color (decimal): -5907478 or 15391653. OLE color: 15391653.

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

Color convert

RGB 165 219 234 -
CMYK 0.29 0.06 0 0.08
HSL 193.04º 0.62% 0.78% -
HSV(B) 193.04º 0.29% 0.92% -
XYZ 55.7 64.6 87.38 -
YUV 204.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 165 219 234 0.29 0.06 0 0.08 193.04 0.62 0.78
Hex A5 DB EA 1D 6 0 8 C1 3E 4E
Octal 245 333 352 35 6 0 10 301 76 116
Binary 10100101 11011011 11101010 11101 110 0 1000 11000001 111110 1001110

Color Harmonies of #A5DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBEA

Black with #A5DBEA

Text Example


Text Example

White with #A5DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBEA; }

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

 H1.HeaderClassName
 {
   color: #A5DBEA;
 }
 .AnyTagClassName
 {
   color: #A5DBEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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