Html Css Color HEX #ABDDFF Columbia Blue

📋 copy color: '#ABDDFF'

red 171 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #ABDDFF

Tints of Columbia Blue #ABDDFF

RGB

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

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

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

R = 26.43%
G = 34.16%
B = 39.41%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABDDFF (or 0xABDDFF) is known color: Columbia Blue. HEX triplet: AB, DD and FF. RGB value is (171,221,255). Sum of RGB (Red+Green+Blue) = 171+221+255=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDFF is #542200. Grayscale: #D1D1D1. Windows color (decimal): -5513729 or 16768427. OLE color: 16768427.

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

Color convert

RGB 171 221 255 -
CMYK 0.33 0.13 0 0
HSL 204.29º 1% 0.84% -
HSV(B) 204.29º 0.33% 1% -
XYZ 60.7 67.59 104.45 -
YUV 209.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 171 221 255 0.33 0.13 0 0 204.29 1 0.84
Hex AB DD FF 21 D 0 0 CC 64 54
Octal 253 335 377 41 15 0 0 314 144 124
Binary 10101011 11011101 11111111 100001 1101 0 0 11001100 1100100 1010100

Color Harmonies of #ABDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDFF

Black with #ABDDFF

Text Example


Text Example

White with #ABDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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