Html Css Color HEX #A0E8FF Columbia Blue

📋 copy color: '#A0E8FF'

red 160 ◦ green 232 ◦ blue 255

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

Shades of Columbia Blue #A0E8FF

Tints of Columbia Blue #A0E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.86%

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

R = 24.73%
G = 35.86%
B = 39.41%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0E8FF (or 0xA0E8FF) is known color: Columbia Blue. HEX triplet: A0, E8 and FF. RGB value is (160,232,255). Sum of RGB (Red+Green+Blue) = 160+232+255=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E8FF is #5F1700. Grayscale: #D4D4D4. Windows color (decimal): -6231809 or 16771232. OLE color: 16771232.

HSL color Cylindrical-coordinate representation of color #A0E8FF: hue angle of 194.53º 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 #A0E8FF is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 232 255 -
CMYK 0.37 0.09 0 0
HSL 194.53º 1% 0.81% -
HSV(B) 194.53º 0.37% 1% -
XYZ 61.4 72.41 105.35 -
YUV 213.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 160 232 255 0.37 0.09 0 0 194.53 1 0.81
Hex A0 E8 FF 25 9 0 0 C3 64 51
Octal 240 350 377 45 11 0 0 303 144 121
Binary 10100000 11101000 11111111 100101 1001 0 0 11000011 1100100 1010001

Color Harmonies of #A0E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8FF

Black with #A0E8FF

Text Example


Text Example

White with #A0E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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