Html Css Color HEX #A2E1FB Columbia Blue

📋 copy color: '#A2E1FB'

red 162 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #A2E1FB

Tints of Columbia Blue #A2E1FB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.27%

 BLUE value IS 251 (98.44% from 255) = 39.34%

R = 25.39%
G = 35.27%
B = 39.34%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2E1FB (or 0xA2E1FB) is known color: Columbia Blue. HEX triplet: A2, E1 and FB. RGB value is (162,225,251). Sum of RGB (Red+Green+Blue) = 162+225+251=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E1FB is #5D1E04. Grayscale: #D0D0D0. Windows color (decimal): -6102533 or 16507298. OLE color: 16507298.

HSL color Cylindrical-coordinate representation of color #A2E1FB: hue angle of 197.53º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2E1FB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 225 251 -
CMYK 0.35 0.10 0 0.02
HSL 197.53º 0.92% 0.81% -
HSV(B) 197.53º 0.35% 0.98% -
XYZ 59.24 68.5 101.37 -
YUV 209.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 162 225 251 0.35 0.10 0 0.02 197.53 0.92 0.81
Hex A2 E1 FB 23 A 0 2 C6 5C 51
Octal 242 341 373 43 12 0 2 306 134 121
Binary 10100010 11100001 11111011 100011 1010 0 10 11000110 1011100 1010001

Color Harmonies of #A2E1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E1FB

Black with #A2E1FB

Text Example


Text Example

White with #A2E1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E1FB; }

 p { color: rgb(162,225,251); }

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

background-color css

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

 a { background-color: rgb(162,225,251); }

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

border-color css

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

 span { border-color: rgb(162,225,251); }

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