#A1D4EA

Color #A1D4EA French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A1D4EA

Tints of French Pass #A1D4EA

Color information

#A1D4EA (or 0xA1D4EA) is unknown color: approx French Pass. HEX triplet: A1, D4 and EA. RGB value is (161,212,234). Sum of RGB (Red+Green+Blue) = 161+212+234=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4EA is #5E2B15. Grayscale: #C7C7C7. Windows color (decimal): -6171414 or 15389857. OLE color: 15389857.

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

Color convert

RGB161212234-
CMYK0.310.0900.08
HSL198.08º63.48%77.45%-
HSV(B)198.08º31.2%91.76%-
XYZ53.0960.686.74-
YUV199.26147.6100.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=26.52%
G=34.93%
B=38.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612122340.310.0900.08198.0863.4877.45
HexA1D4EA1F908c63f4d
Octal241324352371101030677115
Binary10100001110101001110101011111100101000110001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4EA; }

 p { color: rgb(161,212,234); }

 H1.HeaderClassName
 {
   color: #A1D4EA;
 }
 .AnyTagClassName
 {
   color: #A1D4EA;
 }
</style>
background-color css

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

 a { background-color: rgb(161,212,234); }

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

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

 span { border-color: rgb(161,212,234); }

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