Html Css Color HEX #ABE5FE Columbia Blue

📋 copy color: '#ABE5FE'

red 171 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #ABE5FE

Tints of Columbia Blue #ABE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.02%

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

R = 26.15%
G = 35.02%
B = 38.84%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABE5FE (or 0xABE5FE) is known color: Columbia Blue. HEX triplet: AB, E5 and FE. RGB value is (171,229,254). Sum of RGB (Red+Green+Blue) = 171+229+254=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5FE is #541A01. Grayscale: #D6D6D6. Windows color (decimal): -5511682 or 16704939. OLE color: 16704939.

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

Color convert

RGB 171 229 254 -
CMYK 0.33 0.10 0 0.00
HSL 198.07º 0.98% 0.83% -
HSV(B) 198.07º 0.33% 1% -
XYZ 62.7 71.85 104.33 -
YUV 214.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 171 229 254 0.33 0.10 0 0.00 198.07 0.98 0.83
Hex AB E5 FE 21 A 0 0 C6 62 53
Octal 253 345 376 41 12 0 0 306 142 123
Binary 10101011 11100101 11111110 100001 1010 0 0 11000110 1100010 1010011

Color Harmonies of #ABE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5FE

Black with #ABE5FE

Text Example


Text Example

White with #ABE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5FE; }

 p { color: rgb(171,229,254); }

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

background-color css

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

 a { background-color: rgb(171,229,254); }

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

border-color css

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

 span { border-color: rgb(171,229,254); }

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