Html Css Color HEX #A2D6EB French Pass

📋 copy color: '#A2D6EB'

red 162 ◦ green 214 ◦ blue 235

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

Shades of French Pass #A2D6EB

Tints of French Pass #A2D6EB

RGB

 RED value IS 162 (63.67% from 255) = 26.51%

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

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

R = 26.51%
G = 35.02%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2D6EB (or 0xA2D6EB) is known color: French Pass. HEX triplet: A2, D6 and EB. RGB value is (162,214,235). Sum of RGB (Red+Green+Blue) = 162+214+235=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D6EB is #5D2914. Grayscale: #C8C8C8. Windows color (decimal): -6105365 or 15455906. OLE color: 15455906.

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

Color convert

RGB 162 214 235 -
CMYK 0.31 0.09 0 0.08
HSL 197.26º 0.65% 0.78% -
HSV(B) 197.26º 0.31% 0.92% -
XYZ 53.94 61.77 87.68 -
YUV 200.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 162 214 235 0.31 0.09 0 0.08 197.26 0.65 0.78
Hex A2 D6 EB 1F 9 0 8 C5 41 4E
Octal 242 326 353 37 11 0 10 305 101 116
Binary 10100010 11010110 11101011 11111 1001 0 1000 11000101 1000001 1001110

Color Harmonies of #A2D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D6EB

Black with #A2D6EB

Text Example


Text Example

White with #A2D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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