Html Css Color HEX #ABE7FE Columbia Blue

📋 copy color: '#ABE7FE'

red 171 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #ABE7FE

Tints of Columbia Blue #ABE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.21%

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

R = 26.07%
G = 35.21%
B = 38.72%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABE7FE (or 0xABE7FE) is known color: Columbia Blue. HEX triplet: AB, E7 and FE. RGB value is (171,231,254). Sum of RGB (Red+Green+Blue) = 171+231+254=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7FE is #541801. Grayscale: #D7D7D7. Windows color (decimal): -5511170 or 16705451. OLE color: 16705451.

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

Color convert

RGB 171 231 254 -
CMYK 0.33 0.09 0 0.00
HSL 196.63º 0.98% 0.83% -
HSV(B) 196.63º 0.33% 1% -
XYZ 63.26 72.97 104.52 -
YUV 215.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 171 231 254 0.33 0.09 0 0.00 196.63 0.98 0.83
Hex AB E7 FE 21 9 0 0 C5 62 53
Octal 253 347 376 41 11 0 0 305 142 123
Binary 10101011 11100111 11111110 100001 1001 0 0 11000101 1100010 1010011

Color Harmonies of #ABE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7FE

Black with #ABE7FE

Text Example


Text Example

White with #ABE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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