#A5EAFF

Color #A5EAFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A5EAFF

Tints of Columbia Blue #A5EAFF

Color information

#A5EAFF (or 0xA5EAFF) is unknown color: approx Columbia Blue. HEX triplet: A5, EA and FF. RGB value is (165,234,255). Sum of RGB (Red+Green+Blue) = 165+234+255=654 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.23% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAFF is #5A1500. Grayscale: #D7D7D7. Windows color (decimal): -5903617 or 16771749. OLE color: 16771749.

HSL color Cylindrical-coordinate representation of color #A5EAFF: hue angle of 194º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5EAFF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165234255-
CMYK0.350.0800
HSL194º100%82.35%-
HSV(B)194º35.29%100%-
XYZ62.9974.06105.58-
YUV215.76150.1491.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.23%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 255 (100% from 255) = 38.99%
R=25.23%
G=35.78%
B=38.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652342550.350.080019410082.35
HexA5EAFF23800c26452
Octal245352377431000302144122
Binary1010010111101010111111111000111000001100001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAFF; }

 p { color: rgb(165,234,255); }

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

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

 a { background-color: rgb(165,234,255); }

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

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

 span { border-color: rgb(165,234,255); }

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