Html Css Color HEX #ABDEFD Columbia Blue

📋 copy color: '#ABDEFD'

red 171 ◦ green 222 ◦ blue 253

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

Shades of Columbia Blue #ABDEFD

Tints of Columbia Blue #ABDEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.37%

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

R = 26.47%
G = 34.37%
B = 39.16%

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

#ABDEFD (or 0xABDEFD) is known color: Columbia Blue. HEX triplet: AB, DE and FD. RGB value is (171,222,253). Sum of RGB (Red+Green+Blue) = 171+222+253=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEFD is #542102. Grayscale: #D2D2D2. Windows color (decimal): -5513475 or 16637611. OLE color: 16637611.

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

Color convert

RGB 171 222 253 -
CMYK 0.32 0.12 0 0.01
HSL 202.68º 0.95% 0.83% -
HSV(B) 202.68º 0.32% 0.99% -
XYZ 60.65 67.99 102.86 -
YUV 210.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 171 222 253 0.32 0.12 0 0.01 202.68 0.95 0.83
Hex AB DE FD 20 C 0 1 CB 5F 53
Octal 253 336 375 40 14 0 1 313 137 123
Binary 10101011 11011110 11111101 100000 1100 0 1 11001011 1011111 1010011

Color Harmonies of #ABDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEFD

Black with #ABDEFD

Text Example


Text Example

White with #ABDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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