Html Css Color HEX #ABDCFD Columbia Blue

📋 copy color: '#ABDCFD'

red 171 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #ABDCFD

Tints of Columbia Blue #ABDCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 26.55%
G = 34.16%
B = 39.29%

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

#ABDCFD (or 0xABDCFD) is known color: Columbia Blue. HEX triplet: AB, DC and FD. RGB value is (171,220,253). Sum of RGB (Red+Green+Blue) = 171+220+253=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCFD is #542302. Grayscale: #D0D0D0. Windows color (decimal): -5513987 or 16637099. OLE color: 16637099.

HSL color Cylindrical-coordinate representation of color #ABDCFD: hue angle of 204.15º degrees, saturation: 0.95, 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 #ABDCFD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 220 253 -
CMYK 0.32 0.13 0 0.01
HSL 204.15º 0.95% 0.83% -
HSV(B) 204.15º 0.32% 0.99% -
XYZ 60.12 66.94 102.68 -
YUV 209.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 171 220 253 0.32 0.13 0 0.01 204.15 0.95 0.83
Hex AB DC FD 20 D 0 1 CC 5F 53
Octal 253 334 375 40 15 0 1 314 137 123
Binary 10101011 11011100 11111101 100000 1101 0 1 11001100 1011111 1010011

Color Harmonies of #ABDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCFD

Black with #ABDCFD

Text Example


Text Example

White with #ABDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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