Html Css Color HEX #ABE4FE Columbia Blue

📋 copy color: '#ABE4FE'

red 171 ◦ green 228 ◦ blue 254

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

Shades of Columbia Blue #ABE4FE

Tints of Columbia Blue #ABE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

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

R = 26.19%
G = 34.92%
B = 38.9%

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

#ABE4FE (or 0xABE4FE) is known color: Columbia Blue. HEX triplet: AB, E4 and FE. RGB value is (171,228,254). Sum of RGB (Red+Green+Blue) = 171+228+254=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4FE is #541B01. Grayscale: #D5D5D5. Windows color (decimal): -5511938 or 16704683. OLE color: 16704683.

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

Color convert

RGB 171 228 254 -
CMYK 0.33 0.10 0 0.00
HSL 198.8º 0.98% 0.83% -
HSV(B) 198.8º 0.33% 1% -
XYZ 62.43 71.3 104.24 -
YUV 213.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 171 228 254 0.33 0.10 0 0.00 198.8 0.98 0.83
Hex AB E4 FE 21 A 0 0 C7 62 53
Octal 253 344 376 41 12 0 0 307 142 123
Binary 10101011 11100100 11111110 100001 1010 0 0 11000111 1100010 1010011

Color Harmonies of #ABE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE4FE

Black with #ABE4FE

Text Example


Text Example

White with #ABE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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