Html Css Color HEX #A2EAFE Columbia Blue

📋 copy color: '#A2EAFE'

red 162 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #A2EAFE

Tints of Columbia Blue #A2EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

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

R = 24.92%
G = 36%
B = 39.08%

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

#A2EAFE (or 0xA2EAFE) is known color: Columbia Blue. HEX triplet: A2, EA and FE. RGB value is (162,234,254). Sum of RGB (Red+Green+Blue) = 162+234+254=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAFE is #5D1501. Grayscale: #D6D6D6. Windows color (decimal): -6100226 or 16706210. OLE color: 16706210.

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

Color convert

RGB 162 234 254 -
CMYK 0.36 0.08 0 0.00
HSL 193.04º 0.98% 0.82% -
HSV(B) 193.04º 0.36% 1% -
XYZ 62.21 73.68 104.71 -
YUV 214.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 162 234 254 0.36 0.08 0 0.00 193.04 0.98 0.82
Hex A2 EA FE 24 8 0 0 C1 62 52
Octal 242 352 376 44 10 0 0 301 142 122
Binary 10100010 11101010 11111110 100100 1000 0 0 11000001 1100010 1010010

Color Harmonies of #A2EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAFE

Black with #A2EAFE

Text Example


Text Example

White with #A2EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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