Html Css Color HEX #ABDBFF Columbia Blue

📋 copy color: '#ABDBFF'

red 171 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #ABDBFF

Tints of Columbia Blue #ABDBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.53%

R = 26.51%
G = 33.95%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABDBFF (or 0xABDBFF) is known color: Columbia Blue. HEX triplet: AB, DB and FF. RGB value is (171,219,255). Sum of RGB (Red+Green+Blue) = 171+219+255=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFF is #542400. Grayscale: #D0D0D0. Windows color (decimal): -5514241 or 16767915. OLE color: 16767915.

HSL color Cylindrical-coordinate representation of color #ABDBFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDBFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 219 255 -
CMYK 0.33 0.14 0 0
HSL 205.71º 1% 0.84% -
HSV(B) 205.71º 0.33% 1% -
XYZ 60.18 66.54 104.28 -
YUV 208.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 171 219 255 0.33 0.14 0 0 205.71 1 0.84
Hex AB DB FF 21 E 0 0 CE 64 54
Octal 253 333 377 41 16 0 0 316 144 124
Binary 10101011 11011011 11111111 100001 1110 0 0 11001110 1100100 1010100

Color Harmonies of #ABDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBFF

Black with #ABDBFF

Text Example


Text Example

White with #ABDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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