#ABDFF1

Color #ABDFF1 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #ABDFF1

Tints of Light Blue #ABDFF1

Color information

#ABDFF1 (or 0xABDFF1) is unknown color: approx Light Blue. HEX triplet: AB, DF and F1. RGB value is (171,223,241). Sum of RGB (Red+Green+Blue) = 171+223+241=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF1 is #54200E. Grayscale: #D1D1D1. Windows color (decimal): -5513231 or 15851435. OLE color: 15851435.

HSL color Cylindrical-coordinate representation of color #ABDFF1: hue angle of 195.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDFF1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171223241-
CMYK0.290.0700.05
HSL195.43º71.43%80.78%-
HSV(B)195.43º29.05%94.51%-
XYZ59.0667.7893.19-
YUV209.5145.77100.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=26.93%
G=35.12%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712232410.290.0700.05195.4371.4380.78
HexABDFF11D705c34751
Octal25333736135705303107121
Binary1010101111011111111100011110111101011100001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFF1; }

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

 H1.HeaderClassName
 {
   color: #ABDFF1;
 }
 .AnyTagClassName
 {
   color: #ABDFF1;
 }
</style>
background-color css

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

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

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

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

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

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