Html Css Color HEX #ABDCFF Columbia Blue

📋 copy color: '#ABDCFF'

red 171 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #ABDCFF

Tints of Columbia Blue #ABDCFF

RGB

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

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

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

R = 26.47%
G = 34.06%
B = 39.47%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABDCFF (or 0xABDCFF) is known color: Columbia Blue. HEX triplet: AB, DC and FF. RGB value is (171,220,255). Sum of RGB (Red+Green+Blue) = 171+220+255=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFF is #542300. Grayscale: #D1D1D1. Windows color (decimal): -5513985 or 16768171. OLE color: 16768171.

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

Color convert

RGB 171 220 255 -
CMYK 0.33 0.14 0 0
HSL 205º 1% 0.84% -
HSV(B) 205º 0.33% 1% -
XYZ 60.44 67.06 104.37 -
YUV 209.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 171 220 255 0.33 0.14 0 0 205 1 0.84
Hex AB DC FF 21 E 0 0 CD 64 54
Octal 253 334 377 41 16 0 0 315 144 124
Binary 10101011 11011100 11111111 100001 1110 0 0 11001101 1100100 1010100

Color Harmonies of #ABDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCFF

Black with #ABDCFF

Text Example


Text Example

White with #ABDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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