Html Css Color HEX #A0E3FF Columbia Blue

📋 copy color: '#A0E3FF'

red 160 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #A0E3FF

Tints of Columbia Blue #A0E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.36%

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

R = 24.92%
G = 35.36%
B = 39.72%

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

#A0E3FF (or 0xA0E3FF) is known color: Columbia Blue. HEX triplet: A0, E3 and FF. RGB value is (160,227,255). Sum of RGB (Red+Green+Blue) = 160+227+255=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E3FF is #5F1C00. Grayscale: #D1D1D1. Windows color (decimal): -6233089 or 16769952. OLE color: 16769952.

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

Color convert

RGB 160 227 255 -
CMYK 0.37 0.11 0 0
HSL 197.68º 1% 0.81% -
HSV(B) 197.68º 0.37% 1% -
XYZ 60.02 69.63 104.88 -
YUV 210.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 160 227 255 0.37 0.11 0 0 197.68 1 0.81
Hex A0 E3 FF 25 B 0 0 C6 64 51
Octal 240 343 377 45 13 0 0 306 144 121
Binary 10100000 11100011 11111111 100101 1011 0 0 11000110 1100100 1010001

Color Harmonies of #A0E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E3FF

Black with #A0E3FF

Text Example


Text Example

White with #A0E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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