Html Css Color HEX #A8DDEC Charlotte

📋 copy color: '#A8DDEC'

red 168 ◦ green 221 ◦ blue 236

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

Shades of Charlotte #A8DDEC

Tints of Charlotte #A8DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 26.88%
G = 35.36%
B = 37.76%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DDEC (or 0xA8DDEC) is known color: Charlotte. HEX triplet: A8, DD and EC. RGB value is (168,221,236). Sum of RGB (Red+Green+Blue) = 168+221+236=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDEC is #572213. Grayscale: #CECECE. Windows color (decimal): -5710356 or 15523240. OLE color: 15523240.

HSL color Cylindrical-coordinate representation of color #A8DDEC: hue angle of 193.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DDEC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 221 236 -
CMYK 0.29 0.06 0 0.07
HSL 193.24º 0.64% 0.79% -
HSV(B) 193.24º 0.29% 0.93% -
XYZ 57.15 66.09 89.1 -
YUV 206.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 168 221 236 0.29 0.06 0 0.07 193.24 0.64 0.79
Hex A8 DD EC 1D 6 0 7 C1 40 4F
Octal 250 335 354 35 6 0 7 301 100 117
Binary 10101000 11011101 11101100 11101 110 0 111 11000001 1000000 1001111

Color Harmonies of #A8DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDEC

Black with #A8DDEC

Text Example


Text Example

White with #A8DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDEC; }

 p { color: rgb(168,221,236); }

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

background-color css

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

 a { background-color: rgb(168,221,236); }

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

border-color css

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

 span { border-color: rgb(168,221,236); }

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