Html Css Color HEX #A0DBEE Charlotte

📋 copy color: '#A0DBEE'

red 160 ◦ green 219 ◦ blue 238

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

Shades of Charlotte #A0DBEE

Tints of Charlotte #A0DBEE

RGB

 RED value IS 160 (62.89% from 255) = 25.93%

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 25.93%
G = 35.49%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0DBEE (or 0xA0DBEE) is known color: Charlotte. HEX triplet: A0, DB and EE. RGB value is (160,219,238). Sum of RGB (Red+Green+Blue) = 160+219+238=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBEE is #5F2411. Grayscale: #CBCBCB. Windows color (decimal): -6235154 or 15653792. OLE color: 15653792.

HSL color Cylindrical-coordinate representation of color #A0DBEE: hue angle of 194.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DBEE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 219 238 -
CMYK 0.33 0.08 0 0.07
HSL 194.62º 0.7% 0.78% -
HSV(B) 194.62º 0.33% 0.93% -
XYZ 55.26 64.31 90.39 -
YUV 203.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 160 219 238 0.33 0.08 0 0.07 194.62 0.7 0.78
Hex A0 DB EE 21 8 0 7 C3 46 4E
Octal 240 333 356 41 10 0 7 303 106 116
Binary 10100000 11011011 11101110 100001 1000 0 111 11000011 1000110 1001110

Color Harmonies of #A0DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBEE

Black with #A0DBEE

Text Example


Text Example

White with #A0DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBEE; }

 p { color: rgb(160,219,238); }

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

background-color css

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

 a { background-color: rgb(160,219,238); }

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

border-color css

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

 span { border-color: rgb(160,219,238); }

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