Html Css Color HEX #ABDCFC Columbia Blue

📋 copy color: '#ABDCFC'

red 171 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #ABDCFC

Tints of Columbia Blue #ABDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 26.59%
G = 34.21%
B = 39.19%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABDCFC (or 0xABDCFC) is known color: Columbia Blue. HEX triplet: AB, DC and FC. RGB value is (171,220,252). Sum of RGB (Red+Green+Blue) = 171+220+252=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFC is #542303. Grayscale: #D0D0D0. Windows color (decimal): -5513988 or 16571563. OLE color: 16571563.

HSL color Cylindrical-coordinate representation of color #ABDCFC: hue angle of 203.7º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDCFC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 220 252 -
CMYK 0.32 0.13 0 0.01
HSL 203.7º 0.93% 0.83% -
HSV(B) 203.7º 0.32% 0.99% -
XYZ 59.96 66.87 101.84 -
YUV 209 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 171 220 252 0.32 0.13 0 0.01 203.7 0.93 0.83
Hex AB DC FC 20 D 0 1 CC 5D 53
Octal 253 334 374 40 15 0 1 314 135 123
Binary 10101011 11011100 11111100 100000 1101 0 1 11001100 1011101 1010011

Color Harmonies of #ABDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCFC

Black with #ABDCFC

Text Example


Text Example

White with #ABDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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