Html Css Color HEX #A0D6EB French Pass

📋 copy color: '#A0D6EB'

red 160 ◦ green 214 ◦ blue 235

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

Shades of French Pass #A0D6EB

Tints of French Pass #A0D6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.14%

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 26.27%
G = 35.14%
B = 38.59%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0D6EB (or 0xA0D6EB) is known color: French Pass. HEX triplet: A0, D6 and EB. RGB value is (160,214,235). Sum of RGB (Red+Green+Blue) = 160+214+235=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D6EB is #5F2914. Grayscale: #C8C8C8. Windows color (decimal): -6236437 or 15455904. OLE color: 15455904.

HSL color Cylindrical-coordinate representation of color #A0D6EB: hue angle of 196.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D6EB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 214 235 -
CMYK 0.32 0.09 0 0.08
HSL 196.8º 0.65% 0.77% -
HSV(B) 196.8º 0.32% 0.92% -
XYZ 53.54 61.56 87.66 -
YUV 200.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 160 214 235 0.32 0.09 0 0.08 196.8 0.65 0.77
Hex A0 D6 EB 20 9 0 8 C5 41 4D
Octal 240 326 353 40 11 0 10 305 101 115
Binary 10100000 11010110 11101011 100000 1001 0 1000 11000101 1000001 1001101

Color Harmonies of #A0D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D6EB

Black with #A0D6EB

Text Example


Text Example

White with #A0D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D6EB; }

 p { color: rgb(160,214,235); }

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

background-color css

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

 a { background-color: rgb(160,214,235); }

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

border-color css

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

 span { border-color: rgb(160,214,235); }

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