Html Css Color HEX #ABDCFB Columbia Blue

📋 copy color: '#ABDCFB'

red 171 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #ABDCFB

Tints of Columbia Blue #ABDCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.27%

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 26.64%
G = 34.27%
B = 39.1%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABDCFB (or 0xABDCFB) is known color: Columbia Blue. HEX triplet: AB, DC and FB. RGB value is (171,220,251). Sum of RGB (Red+Green+Blue) = 171+220+251=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABDCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFB is #542304. Grayscale: #D0D0D0. Windows color (decimal): -5513989 or 16506027. OLE color: 16506027.

HSL color Cylindrical-coordinate representation of color #ABDCFB: hue angle of 203.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDCFB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 220 251 -
CMYK 0.32 0.12 0 0.02
HSL 203.25º 0.91% 0.83% -
HSV(B) 203.25º 0.32% 0.98% -
XYZ 59.8 66.81 101.01 -
YUV 208.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 171 220 251 0.32 0.12 0 0.02 203.25 0.91 0.83
Hex AB DC FB 20 C 0 2 CB 5B 53
Octal 253 334 373 40 14 0 2 313 133 123
Binary 10101011 11011100 11111011 100000 1100 0 10 11001011 1011011 1010011

Color Harmonies of #ABDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCFB

Black with #ABDCFB

Text Example


Text Example

White with #ABDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCFB; }

 p { color: rgb(171,220,251); }

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

background-color css

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

 a { background-color: rgb(171,220,251); }

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

border-color css

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

 span { border-color: rgb(171,220,251); }

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