Html Css Color HEX #ABEAFF Columbia Blue

📋 copy color: '#ABEAFF'

red 171 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #ABEAFF

Tints of Columbia Blue #ABEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

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

R = 25.91%
G = 35.45%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABEAFF (or 0xABEAFF) is known color: Columbia Blue. HEX triplet: AB, EA and FF. RGB value is (171,234,255). Sum of RGB (Red+Green+Blue) = 171+234+255=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAFF is #541500. Grayscale: #D9D9D9. Windows color (decimal): -5510401 or 16771755. OLE color: 16771755.

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

Color convert

RGB 171 234 255 -
CMYK 0.33 0.08 0 0
HSL 195º 1% 0.84% -
HSV(B) 195º 0.33% 1% -
XYZ 64.27 74.72 105.64 -
YUV 217.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 171 234 255 0.33 0.08 0 0 195 1 0.84
Hex AB EA FF 21 8 0 0 C3 64 54
Octal 253 352 377 41 10 0 0 303 144 124
Binary 10101011 11101010 11111111 100001 1000 0 0 11000011 1100100 1010100

Color Harmonies of #ABEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAFF

Black with #ABEAFF

Text Example


Text Example

White with #ABEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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