Html Css Color HEX #ABE7FF Columbia Blue

📋 copy color: '#ABE7FF'

red 171 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #ABE7FF

Tints of Columbia Blue #ABE7FF

RGB

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

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

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

R = 26.03%
G = 35.16%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABE7FF (or 0xABE7FF) is known color: Columbia Blue. HEX triplet: AB, E7 and FF. RGB value is (171,231,255). Sum of RGB (Red+Green+Blue) = 171+231+255=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7FF is #541800. Grayscale: #D7D7D7. Windows color (decimal): -5511169 or 16770987. OLE color: 16770987.

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

Color convert

RGB 171 231 255 -
CMYK 0.33 0.09 0 0
HSL 197.14º 1% 0.84% -
HSV(B) 197.14º 0.33% 1% -
XYZ 63.42 73.03 105.36 -
YUV 215.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 171 231 255 0.33 0.09 0 0 197.14 1 0.84
Hex AB E7 FF 21 9 0 0 C5 64 54
Octal 253 347 377 41 11 0 0 305 144 124
Binary 10101011 11100111 11111111 100001 1001 0 0 11000101 1100100 1010100

Color Harmonies of #ABE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7FF

Black with #ABE7FF

Text Example


Text Example

White with #ABE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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