Html Css Color HEX #ABDDFC Columbia Blue

📋 copy color: '#ABDDFC'

red 171 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #ABDDFC

Tints of Columbia Blue #ABDDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

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

R = 26.55%
G = 34.32%
B = 39.13%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABDDFC (or 0xABDDFC) is known color: Columbia Blue. HEX triplet: AB, DD and FC. RGB value is (171,221,252). Sum of RGB (Red+Green+Blue) = 171+221+252=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDFC is #542203. Grayscale: #D1D1D1. Windows color (decimal): -5513732 or 16571819. OLE color: 16571819.

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

Color convert

RGB 171 221 252 -
CMYK 0.32 0.12 0 0.01
HSL 202.96º 0.93% 0.83% -
HSV(B) 202.96º 0.32% 0.99% -
XYZ 60.22 67.4 101.93 -
YUV 209.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 171 221 252 0.32 0.12 0 0.01 202.96 0.93 0.83
Hex AB DD FC 20 C 0 1 CB 5D 53
Octal 253 335 374 40 14 0 1 313 135 123
Binary 10101011 11011101 11111100 100000 1100 0 1 11001011 1011101 1010011

Color Harmonies of #ABDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDFC

Black with #ABDDFC

Text Example


Text Example

White with #ABDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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