Html Css Color HEX #A0D2E0 French Pass

📋 copy color: '#A0D2E0'

red 160 ◦ green 210 ◦ blue 224

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

Shades of French Pass #A0D2E0

Tints of French Pass #A0D2E0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 26.94%
G = 35.35%
B = 37.71%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A0D2E0 (or 0xA0D2E0) is known color: French Pass. HEX triplet: A0, D2 and E0. RGB value is (160,210,224). Sum of RGB (Red+Green+Blue) = 160+210+224=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0D2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2E0 is #5F2D1F. Grayscale: #C4C4C4. Windows color (decimal): -6237472 or 14733984. OLE color: 14733984.

HSL color Cylindrical-coordinate representation of color #A0D2E0: hue angle of 193.12º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D2E0 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 210 224 -
CMYK 0.29 0.06 0 0.12
HSL 193.13º 0.51% 0.75% -
HSV(B) 193.13º 0.29% 0.88% -
XYZ 51 58.95 79.21 -
YUV 196.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 160 210 224 0.29 0.06 0 0.12 193.13 0.51 0.75
Hex A0 D2 E0 1D 6 0 C C1 33 4B
Octal 240 322 340 35 6 0 14 301 63 113
Binary 10100000 11010010 11100000 11101 110 0 1100 11000001 110011 1001011

Color Harmonies of #A0D2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D2E0

Black with #A0D2E0

Text Example


Text Example

White with #A0D2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D2E0; }

 p { color: rgb(160,210,224); }

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

background-color css

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

 a { background-color: rgb(160,210,224); }

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

border-color css

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

 span { border-color: rgb(160,210,224); }

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