Html Css Color HEX #A2EBFF Columbia Blue

📋 copy color: '#A2EBFF'

red 162 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #A2EBFF

Tints of Columbia Blue #A2EBFF

RGB

 RED value IS 162 (63.67% from 255) = 24.85%

 GREEN value IS 235 (92.19% from 255) = 36.04%

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

R = 24.85%
G = 36.04%
B = 39.11%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2EBFF (or 0xA2EBFF) is known color: Columbia Blue. HEX triplet: A2, EB and FF. RGB value is (162,235,255). Sum of RGB (Red+Green+Blue) = 162+235+255=652 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.85% from 652); Green value is 235 (92.19% from 255 or 36.04% 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 #A2EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBFF is #5D1400. Grayscale: #D7D7D7. Windows color (decimal): -6099969 or 16772002. OLE color: 16772002.

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

Color convert

RGB 162 235 255 -
CMYK 0.36 0.08 0 0
HSL 192.9º 1% 0.82% -
HSV(B) 192.9º 0.36% 1% -
XYZ 62.66 74.32 105.65 -
YUV 215.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 162 235 255 0.36 0.08 0 0 192.9 1 0.82
Hex A2 EB FF 24 8 0 0 C1 64 52
Octal 242 353 377 44 10 0 0 301 144 122
Binary 10100010 11101011 11111111 100100 1000 0 0 11000001 1100100 1010010

Color Harmonies of #A2EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBFF

Black with #A2EBFF

Text Example


Text Example

White with #A2EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBFF; }

 p { color: rgb(162,235,255); }

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

background-color css

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

 a { background-color: rgb(162,235,255); }

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

border-color css

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

 span { border-color: rgb(162,235,255); }

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