Html Css Color HEX #A2E9FF Columbia Blue

📋 copy color: '#A2E9FF'

red 162 ◦ green 233 ◦ blue 255

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

Shades of Columbia Blue #A2E9FF

Tints of Columbia Blue #A2E9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.85%

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

R = 24.92%
G = 35.85%
B = 39.23%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2E9FF (or 0xA2E9FF) is known color: Columbia Blue. HEX triplet: A2, E9 and FF. RGB value is (162,233,255). Sum of RGB (Red+Green+Blue) = 162+233+255=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2E9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E9FF is #5D1600. Grayscale: #D6D6D6. Windows color (decimal): -6100481 or 16771490. OLE color: 16771490.

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

Color convert

RGB 162 233 255 -
CMYK 0.36 0.09 0 0
HSL 194.19º 1% 0.82% -
HSV(B) 194.19º 0.36% 1% -
XYZ 62.09 73.18 105.46 -
YUV 214.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 162 233 255 0.36 0.09 0 0 194.19 1 0.82
Hex A2 E9 FF 24 9 0 0 C2 64 52
Octal 242 351 377 44 11 0 0 302 144 122
Binary 10100010 11101001 11111111 100100 1001 0 0 11000010 1100100 1010010

Color Harmonies of #A2E9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9FF

Black with #A2E9FF

Text Example


Text Example

White with #A2E9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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