Html Css Color HEX #A0DFE7 Charlotte

📋 copy color: '#A0DFE7'

red 160 ◦ green 223 ◦ blue 231

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

Shades of Charlotte #A0DFE7

Tints of Charlotte #A0DFE7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 231 (90.63% from 255) = 37.62%

R = 26.06%
G = 36.32%
B = 37.62%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0DFE7 (or 0xA0DFE7) is known color: Charlotte. HEX triplet: A0, DF and E7. RGB value is (160,223,231). Sum of RGB (Red+Green+Blue) = 160+223+231=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0DFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DFE7 is #5F2018. Grayscale: #CCCCCC. Windows color (decimal): -6234137 or 15196064. OLE color: 15196064.

HSL color Cylindrical-coordinate representation of color #A0DFE7: hue angle of 186.76º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DFE7 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 223 231 -
CMYK 0.31 0.03 0 0.09
HSL 186.76º 0.6% 0.77% -
HSV(B) 186.76º 0.31% 0.91% -
XYZ 55.31 66.02 85.43 -
YUV 205.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 160 223 231 0.31 0.03 0 0.09 186.76 0.6 0.77
Hex A0 DF E7 1F 3 0 9 BB 3C 4D
Octal 240 337 347 37 3 0 11 273 74 115
Binary 10100000 11011111 11100111 11111 11 0 1001 10111011 111100 1001101

Color Harmonies of #A0DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFE7

Black with #A0DFE7

Text Example


Text Example

White with #A0DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFE7; }

 p { color: rgb(160,223,231); }

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

background-color css

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

 a { background-color: rgb(160,223,231); }

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

border-color css

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

 span { border-color: rgb(160,223,231); }

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