Html Css Color HEX #A0E2FF Columbia Blue

📋 copy color: '#A0E2FF'

red 160 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #A0E2FF

Tints of Columbia Blue #A0E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.26%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 24.96%
G = 35.26%
B = 39.78%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0E2FF (or 0xA0E2FF) is known color: Columbia Blue. HEX triplet: A0, E2 and FF. RGB value is (160,226,255). Sum of RGB (Red+Green+Blue) = 160+226+255=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2FF is #5F1D00. Grayscale: #D1D1D1. Windows color (decimal): -6233345 or 16769696. OLE color: 16769696.

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

Color convert

RGB 160 226 255 -
CMYK 0.37 0.11 0 0
HSL 198.32º 1% 0.81% -
HSV(B) 198.32º 0.37% 1% -
XYZ 59.74 69.09 104.79 -
YUV 209.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 160 226 255 0.37 0.11 0 0 198.32 1 0.81
Hex A0 E2 FF 25 B 0 0 C6 64 51
Octal 240 342 377 45 13 0 0 306 144 121
Binary 10100000 11100010 11111111 100101 1011 0 0 11000110 1100100 1010001

Color Harmonies of #A0E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E2FF

Black with #A0E2FF

Text Example


Text Example

White with #A0E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E2FF; }

 p { color: rgb(160,226,255); }

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

background-color css

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

 a { background-color: rgb(160,226,255); }

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

border-color css

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

 span { border-color: rgb(160,226,255); }

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