Html Css Color HEX #ABE2FF Columbia Blue

📋 copy color: '#ABE2FF'

red 171 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #ABE2FF

Tints of Columbia Blue #ABE2FF

RGB

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

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

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

R = 26.23%
G = 34.66%
B = 39.11%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABE2FF (or 0xABE2FF) is known color: Columbia Blue. HEX triplet: AB, E2 and FF. RGB value is (171,226,255). Sum of RGB (Red+Green+Blue) = 171+226+255=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2FF is #541D00. Grayscale: #D4D4D4. Windows color (decimal): -5512449 or 16769707. OLE color: 16769707.

HSL color Cylindrical-coordinate representation of color #ABE2FF: hue angle of 200.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABE2FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 226 255 -
CMYK 0.33 0.11 0 0
HSL 200.71º 1% 0.84% -
HSV(B) 200.71º 0.33% 1% -
XYZ 62.04 70.27 104.9 -
YUV 212.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 171 226 255 0.33 0.11 0 0 200.71 1 0.84
Hex AB E2 FF 21 B 0 0 C9 64 54
Octal 253 342 377 41 13 0 0 311 144 124
Binary 10101011 11100010 11111111 100001 1011 0 0 11001001 1100100 1010100

Color Harmonies of #ABE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2FF

Black with #ABE2FF

Text Example


Text Example

White with #ABE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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