Html Css Color HEX #A2E9FE Columbia Blue

📋 copy color: '#A2E9FE'

red 162 ◦ green 233 ◦ blue 254

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

Shades of Columbia Blue #A2E9FE

Tints of Columbia Blue #A2E9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 24.96%
G = 35.9%
B = 39.14%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2E9FE (or 0xA2E9FE) is known color: Columbia Blue. HEX triplet: A2, E9 and FE. RGB value is (162,233,254). Sum of RGB (Red+Green+Blue) = 162+233+254=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E9FE is #5D1601. Grayscale: #D6D6D6. Windows color (decimal): -6100482 or 16705954. OLE color: 16705954.

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

Color convert

RGB 162 233 254 -
CMYK 0.36 0.08 0 0.00
HSL 193.7º 0.98% 0.82% -
HSV(B) 193.7º 0.36% 1% -
XYZ 61.93 73.11 104.61 -
YUV 214.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 162 233 254 0.36 0.08 0 0.00 193.7 0.98 0.82
Hex A2 E9 FE 24 8 0 0 C2 62 52
Octal 242 351 376 44 10 0 0 302 142 122
Binary 10100010 11101001 11111110 100100 1000 0 0 11000010 1100010 1010010

Color Harmonies of #A2E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9FE

Black with #A2E9FE

Text Example


Text Example

White with #A2E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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