Html Css Color HEX #ABE1FE Columbia Blue

📋 copy color: '#ABE1FE'

red 171 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #ABE1FE

Tints of Columbia Blue #ABE1FE

RGB

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

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

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

R = 26.31%
G = 34.62%
B = 39.08%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABE1FE (or 0xABE1FE) is known color: Columbia Blue. HEX triplet: AB, E1 and FE. RGB value is (171,225,254). Sum of RGB (Red+Green+Blue) = 171+225+254=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1FE is #541E01. Grayscale: #D3D3D3. Windows color (decimal): -5512706 or 16703915. OLE color: 16703915.

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

Color convert

RGB 171 225 254 -
CMYK 0.33 0.11 0 0.00
HSL 200.96º 0.98% 0.83% -
HSV(B) 200.96º 0.33% 1% -
XYZ 61.61 69.66 103.97 -
YUV 212.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 171 225 254 0.33 0.11 0 0.00 200.96 0.98 0.83
Hex AB E1 FE 21 B 0 0 C9 62 53
Octal 253 341 376 41 13 0 0 311 142 123
Binary 10101011 11100001 11111110 100001 1011 0 0 11001001 1100010 1010011

Color Harmonies of #ABE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE1FE

Black with #ABE1FE

Text Example


Text Example

White with #ABE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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