Html Css Color HEX #ABDBFD Columbia Blue

📋 copy color: '#ABDBFD'

red 171 ◦ green 219 ◦ blue 253

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

Shades of Columbia Blue #ABDBFD

Tints of Columbia Blue #ABDBFD

RGB

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

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

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

R = 26.59%
G = 34.06%
B = 39.35%

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

#ABDBFD (or 0xABDBFD) is known color: Columbia Blue. HEX triplet: AB, DB and FD. RGB value is (171,219,253). Sum of RGB (Red+Green+Blue) = 171+219+253=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABDBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFD is #542402. Grayscale: #D0D0D0. Windows color (decimal): -5514243 or 16636843. OLE color: 16636843.

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

Color convert

RGB 171 219 253 -
CMYK 0.32 0.13 0 0.01
HSL 204.88º 0.95% 0.83% -
HSV(B) 204.88º 0.32% 0.99% -
XYZ 59.86 66.41 102.59 -
YUV 208.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 171 219 253 0.32 0.13 0 0.01 204.88 0.95 0.83
Hex AB DB FD 20 D 0 1 CD 5F 53
Octal 253 333 375 40 15 0 1 315 137 123
Binary 10101011 11011011 11111101 100000 1101 0 1 11001101 1011111 1010011

Color Harmonies of #ABDBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBFD

Black with #ABDBFD

Text Example


Text Example

White with #ABDBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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