Html Css Color HEX #ABE2FA Columbia Blue

📋 copy color: '#ABE2FA'

red 171 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #ABE2FA

Tints of Columbia Blue #ABE2FA

RGB

 RED value IS 171 (67.19% from 255) = 26.43%

 GREEN value IS 226 (88.67% from 255) = 34.93%

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 26.43%
G = 34.93%
B = 38.64%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABE2FA (or 0xABE2FA) is known color: Columbia Blue. HEX triplet: AB, E2 and FA. RGB value is (171,226,250). Sum of RGB (Red+Green+Blue) = 171+226+250=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2FA is #541D05. Grayscale: #D4D4D4. Windows color (decimal): -5512454 or 16442027. OLE color: 16442027.

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

Color convert

RGB 171 226 250 -
CMYK 0.32 0.10 0 0.02
HSL 198.23º 0.89% 0.83% -
HSV(B) 198.23º 0.32% 0.98% -
XYZ 61.25 69.95 100.72 -
YUV 212.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 171 226 250 0.32 0.10 0 0.02 198.23 0.89 0.83
Hex AB E2 FA 20 A 0 2 C6 59 53
Octal 253 342 372 40 12 0 2 306 131 123
Binary 10101011 11100010 11111010 100000 1010 0 10 11000110 1011001 1010011

Color Harmonies of #ABE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2FA

Black with #ABE2FA

Text Example


Text Example

White with #ABE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2FA; }

 p { color: rgb(171,226,250); }

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

background-color css

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

 a { background-color: rgb(171,226,250); }

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

border-color css

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

 span { border-color: rgb(171,226,250); }

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