Html Css Color HEX #A1DBEE Charlotte

📋 copy color: '#A1DBEE'

red 161 ◦ green 219 ◦ blue 238

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

Shades of Charlotte #A1DBEE

Tints of Charlotte #A1DBEE

RGB

 RED value IS 161 (63.28% from 255) = 26.05%

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

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

R = 26.05%
G = 35.44%
B = 38.51%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1DBEE (or 0xA1DBEE) is known color: Charlotte. HEX triplet: A1, DB and EE. RGB value is (161,219,238). Sum of RGB (Red+Green+Blue) = 161+219+238=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEE is #5E2411. Grayscale: #CBCBCB. Windows color (decimal): -6169618 or 15653793. OLE color: 15653793.

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

Color convert

RGB 161 219 238 -
CMYK 0.32 0.08 0 0.07
HSL 194.81º 0.69% 0.78% -
HSV(B) 194.81º 0.32% 0.93% -
XYZ 55.46 64.41 90.4 -
YUV 203.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 161 219 238 0.32 0.08 0 0.07 194.81 0.69 0.78
Hex A1 DB EE 20 8 0 7 C3 45 4E
Octal 241 333 356 40 10 0 7 303 105 116
Binary 10100001 11011011 11101110 100000 1000 0 111 11000011 1000101 1001110

Color Harmonies of #A1DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBEE

Black with #A1DBEE

Text Example


Text Example

White with #A1DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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