Html Css Color HEX #ABDFFD Columbia Blue

📋 copy color: '#ABDFFD'

red 171 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #ABDFFD

Tints of Columbia Blue #ABDFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

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

R = 26.43%
G = 34.47%
B = 39.1%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABDFFD (or 0xABDFFD) is known color: Columbia Blue. HEX triplet: AB, DF and FD. RGB value is (171,223,253). Sum of RGB (Red+Green+Blue) = 171+223+253=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFFD is #542002. Grayscale: #D2D2D2. Windows color (decimal): -5513219 or 16637867. OLE color: 16637867.

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

Color convert

RGB 171 223 253 -
CMYK 0.32 0.12 0 0.01
HSL 201.95º 0.95% 0.83% -
HSV(B) 201.95º 0.32% 0.99% -
XYZ 60.91 68.53 102.94 -
YUV 210.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 171 223 253 0.32 0.12 0 0.01 201.95 0.95 0.83
Hex AB DF FD 20 C 0 1 CA 5F 53
Octal 253 337 375 40 14 0 1 312 137 123
Binary 10101011 11011111 11111101 100000 1100 0 1 11001010 1011111 1010011

Color Harmonies of #ABDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFFD

Black with #ABDFFD

Text Example


Text Example

White with #ABDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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