Html Css Color HEX #ABDBFC Columbia Blue

📋 copy color: '#ABDBFC'

red 171 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #ABDBFC

Tints of Columbia Blue #ABDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.11%

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

R = 26.64%
G = 34.11%
B = 39.25%

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

#ABDBFC (or 0xABDBFC) is known color: Columbia Blue. HEX triplet: AB, DB and FC. RGB value is (171,219,252). Sum of RGB (Red+Green+Blue) = 171+219+252=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFC is #542403. Grayscale: #D0D0D0. Windows color (decimal): -5514244 or 16571307. OLE color: 16571307.

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

Color convert

RGB 171 219 252 -
CMYK 0.32 0.13 0 0.01
HSL 204.44º 0.93% 0.83% -
HSV(B) 204.44º 0.32% 0.99% -
XYZ 59.7 66.35 101.76 -
YUV 208.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 171 219 252 0.32 0.13 0 0.01 204.44 0.93 0.83
Hex AB DB FC 20 D 0 1 CC 5D 53
Octal 253 333 374 40 15 0 1 314 135 123
Binary 10101011 11011011 11111100 100000 1101 0 1 11001100 1011101 1010011

Color Harmonies of #ABDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBFC

Black with #ABDBFC

Text Example


Text Example

White with #ABDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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