Html Css Color HEX #A0EDFF Columbia Blue

📋 copy color: '#A0EDFF'

red 160 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #A0EDFF

Tints of Columbia Blue #A0EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.35%

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

R = 24.54%
G = 36.35%
B = 39.11%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0EDFF (or 0xA0EDFF) is known color: Columbia Blue. HEX triplet: A0, ED and FF. RGB value is (160,237,255). Sum of RGB (Red+Green+Blue) = 160+237+255=652 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.54% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDFF is #5F1200. Grayscale: #D7D7D7. Windows color (decimal): -6230529 or 16772512. OLE color: 16772512.

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

Color convert

RGB 160 237 255 -
CMYK 0.37 0.07 0 0
HSL 191.37º 1% 0.81% -
HSV(B) 191.37º 0.37% 1% -
XYZ 62.83 75.26 105.82 -
YUV 216.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 160 237 255 0.37 0.07 0 0 191.37 1 0.81
Hex A0 ED FF 25 7 0 0 BF 64 51
Octal 240 355 377 45 7 0 0 277 144 121
Binary 10100000 11101101 11111111 100101 111 0 0 10111111 1100100 1010001

Color Harmonies of #A0EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDFF

Black with #A0EDFF

Text Example


Text Example

White with #A0EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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