Html Css Color HEX #A0EAFE Columbia Blue

📋 copy color: '#A0EAFE'

red 160 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #A0EAFE

Tints of Columbia Blue #A0EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.11%

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 24.69%
G = 36.11%
B = 39.2%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0EAFE (or 0xA0EAFE) is known color: Columbia Blue. HEX triplet: A0, EA and FE. RGB value is (160,234,254). Sum of RGB (Red+Green+Blue) = 160+234+254=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAFE is #5F1501. Grayscale: #D6D6D6. Windows color (decimal): -6231298 or 16706208. OLE color: 16706208.

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

Color convert

RGB 160 234 254 -
CMYK 0.37 0.08 0 0.00
HSL 192.77º 0.98% 0.81% -
HSV(B) 192.77º 0.37% 1% -
XYZ 61.81 73.47 104.69 -
YUV 214.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 160 234 254 0.37 0.08 0 0.00 192.77 0.98 0.81
Hex A0 EA FE 25 8 0 0 C1 62 51
Octal 240 352 376 45 10 0 0 301 142 121
Binary 10100000 11101010 11111110 100101 1000 0 0 11000001 1100010 1010001

Color Harmonies of #A0EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAFE

Black with #A0EAFE

Text Example


Text Example

White with #A0EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAFE; }

 p { color: rgb(160,234,254); }

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

background-color css

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

 a { background-color: rgb(160,234,254); }

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

border-color css

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

 span { border-color: rgb(160,234,254); }

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