#ABDAF3

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

Shades of Light Blue #ABDAF3

Tints of Light Blue #ABDAF3

Color information

#ABDAF3 (or 0xABDAF3) is unknown color: approx Light Blue. HEX triplet: AB, DA and F3. RGB value is (171,218,243). Sum of RGB (Red+Green+Blue) = 171+218+243=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF3 is #54250C. Grayscale: #CECECE. Windows color (decimal): -5514509 or 15981227. OLE color: 15981227.

HSL color Cylindrical-coordinate representation of color #ABDAF3: hue angle of 200.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDAF3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171218243-
CMYK0.300.1000.05
HSL200.83º75%81.18%-
HSV(B)200.83º29.63%95.29%-
XYZ58.0465.2794.33-
YUV206.8148.43102.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=27.06%
G=34.49%
B=38.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712182430.300.1000.05200.837581.18
HexABDAF31EA05c94b51
Octal253332363361205311113121
Binary10101011110110101111001111110101001011100100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAF3; }

 p { color: rgb(171,218,243); }

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

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

 a { background-color: rgb(171,218,243); }

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

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

 span { border-color: rgb(171,218,243); }

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