Html Css Color HEX #ABDAE3 Charlotte

📋 copy color: '#ABDAE3'

red 171 ◦ green 218 ◦ blue 227

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

Shades of Charlotte #ABDAE3

Tints of Charlotte #ABDAE3

RGB

 RED value IS 171 (67.19% from 255) = 27.76%

 GREEN value IS 218 (85.55% from 255) = 35.39%

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 27.76%
G = 35.39%
B = 36.85%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABDAE3 (or 0xABDAE3) is known color: Charlotte. HEX triplet: AB, DA and E3. RGB value is (171,218,227). Sum of RGB (Red+Green+Blue) = 171+218+227=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAE3 is #54251C. Grayscale: #CCCCCC. Windows color (decimal): -5514525 or 14932651. OLE color: 14932651.

HSL color Cylindrical-coordinate representation of color #ABDAE3: hue angle of 189.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDAE3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 218 227 -
CMYK 0.25 0.04 0 0.11
HSL 189.64º 0.5% 0.78% -
HSV(B) 189.64º 0.25% 0.89% -
XYZ 55.73 64.35 82.16 -
YUV 204.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 171 218 227 0.25 0.04 0 0.11 189.64 0.5 0.78
Hex AB DA E3 19 4 0 B BE 32 4E
Octal 253 332 343 31 4 0 13 276 62 116
Binary 10101011 11011010 11100011 11001 100 0 1011 10111110 110010 1001110

Color Harmonies of #ABDAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAE3

Black with #ABDAE3

Text Example


Text Example

White with #ABDAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAE3; }

 p { color: rgb(171,218,227); }

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

background-color css

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

 a { background-color: rgb(171,218,227); }

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

border-color css

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

 span { border-color: rgb(171,218,227); }

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