Html Css Color HEX #ABDBFE Columbia Blue

📋 copy color: '#ABDBFE'

red 171 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #ABDBFE

Tints of Columbia Blue #ABDBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 26.55%
G = 34.01%
B = 39.44%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABDBFE (or 0xABDBFE) is known color: Columbia Blue. HEX triplet: AB, DB and FE. RGB value is (171,219,254). Sum of RGB (Red+Green+Blue) = 171+219+254=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBFE is #542401. Grayscale: #D0D0D0. Windows color (decimal): -5514242 or 16702379. OLE color: 16702379.

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

Color convert

RGB 171 219 254 -
CMYK 0.33 0.14 0 0.00
HSL 205.3º 0.98% 0.83% -
HSV(B) 205.3º 0.33% 1% -
XYZ 60.02 66.48 103.43 -
YUV 208.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 171 219 254 0.33 0.14 0 0.00 205.3 0.98 0.83
Hex AB DB FE 21 E 0 0 CD 62 53
Octal 253 333 376 41 16 0 0 315 142 123
Binary 10101011 11011011 11111110 100001 1110 0 0 11001101 1100010 1010011

Color Harmonies of #ABDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBFE

Black with #ABDBFE

Text Example


Text Example

White with #ABDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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