Html Css Color HEX #A8DCE8 Charlotte

📋 copy color: '#A8DCE8'

red 168 ◦ green 220 ◦ blue 232

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

Shades of Charlotte #A8DCE8

Tints of Charlotte #A8DCE8

RGB

 RED value IS 168 (66.02% from 255) = 27.1%

 GREEN value IS 220 (86.33% from 255) = 35.48%

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 27.1%
G = 35.48%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8DCE8 (or 0xA8DCE8) is known color: Charlotte. HEX triplet: A8, DC and E8. RGB value is (168,220,232). Sum of RGB (Red+Green+Blue) = 168+220+232=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8DCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCE8 is #572317. Grayscale: #CDCDCD. Windows color (decimal): -5710616 or 15260840. OLE color: 15260840.

HSL color Cylindrical-coordinate representation of color #A8DCE8: hue angle of 191.25º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DCE8 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 220 232 -
CMYK 0.28 0.05 0 0.09
HSL 191.25º 0.58% 0.78% -
HSV(B) 191.25º 0.28% 0.91% -
XYZ 56.31 65.34 85.99 -
YUV 205.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 168 220 232 0.28 0.05 0 0.09 191.25 0.58 0.78
Hex A8 DC E8 1C 5 0 9 BF 3A 4E
Octal 250 334 350 34 5 0 11 277 72 116
Binary 10101000 11011100 11101000 11100 101 0 1001 10111111 111010 1001110

Color Harmonies of #A8DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCE8

Black with #A8DCE8

Text Example


Text Example

White with #A8DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCE8; }

 p { color: rgb(168,220,232); }

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

background-color css

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

 a { background-color: rgb(168,220,232); }

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

border-color css

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

 span { border-color: rgb(168,220,232); }

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