Html Css Color HEX #ABDEF7 Columbia Blue

📋 copy color: '#ABDEF7'

red 171 ◦ green 222 ◦ blue 247

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

Shades of Columbia Blue #ABDEF7

Tints of Columbia Blue #ABDEF7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.69%

 BLUE value IS 247 (96.88% from 255) = 38.59%

R = 26.72%
G = 34.69%
B = 38.59%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ABDEF7 (or 0xABDEF7) is known color: Columbia Blue. HEX triplet: AB, DE and F7. RGB value is (171,222,247). Sum of RGB (Red+Green+Blue) = 171+222+247=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABDEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF7 is #542108. Grayscale: #D1D1D1. Windows color (decimal): -5513481 or 16244395. OLE color: 16244395.

HSL color Cylindrical-coordinate representation of color #ABDEF7: hue angle of 199.74º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDEF7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 222 247 -
CMYK 0.31 0.10 0 0.03
HSL 199.74º 0.83% 0.82% -
HSV(B) 199.74º 0.31% 0.97% -
XYZ 59.7 67.62 97.9 -
YUV 209.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 171 222 247 0.31 0.10 0 0.03 199.74 0.83 0.82
Hex AB DE F7 1F A 0 3 C8 53 52
Octal 253 336 367 37 12 0 3 310 123 122
Binary 10101011 11011110 11110111 11111 1010 0 11 11001000 1010011 1010010

Color Harmonies of #ABDEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEF7

Black with #ABDEF7

Text Example


Text Example

White with #ABDEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEF7; }

 p { color: rgb(171,222,247); }

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

background-color css

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

 a { background-color: rgb(171,222,247); }

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

border-color css

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

 span { border-color: rgb(171,222,247); }

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