Html Css Color HEX #ABDCFE Columbia Blue

📋 copy color: '#ABDCFE'

red 171 ◦ green 220 ◦ blue 254

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

Shades of Columbia Blue #ABDCFE

Tints of Columbia Blue #ABDCFE

RGB

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

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

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

R = 26.51%
G = 34.11%
B = 39.38%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABDCFE (or 0xABDCFE) is known color: Columbia Blue. HEX triplet: AB, DC and FE. RGB value is (171,220,254). Sum of RGB (Red+Green+Blue) = 171+220+254=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFE is #542301. Grayscale: #D1D1D1. Windows color (decimal): -5513986 or 16702635. OLE color: 16702635.

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

Color convert

RGB 171 220 254 -
CMYK 0.33 0.13 0 0.00
HSL 204.58º 0.98% 0.83% -
HSV(B) 204.58º 0.33% 1% -
XYZ 60.28 67 103.52 -
YUV 209.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 171 220 254 0.33 0.13 0 0.00 204.58 0.98 0.83
Hex AB DC FE 21 D 0 0 CD 62 53
Octal 253 334 376 41 15 0 0 315 142 123
Binary 10101011 11011100 11111110 100001 1101 0 0 11001101 1100010 1010011

Color Harmonies of #ABDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCFE

Black with #ABDCFE

Text Example


Text Example

White with #ABDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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