#ABDBF3

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

Shades of Light Blue #ABDBF3

Tints of Light Blue #ABDBF3

Color information

#ABDBF3 (or 0xABDBF3) is unknown color: approx Light Blue. HEX triplet: AB, DB and F3. RGB value is (171,219,243). Sum of RGB (Red+Green+Blue) = 171+219+243=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABDBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF3 is #54240C. Grayscale: #CFCFCF. Windows color (decimal): -5514253 or 15981483. OLE color: 15981483.

HSL color Cylindrical-coordinate representation of color #ABDBF3: hue angle of 200º 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 #ABDBF3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171219243-
CMYK0.300.1000.05
HSL200º75%81.18%-
HSV(B)200º29.63%95.29%-
XYZ58.365.7994.42-
YUV207.38148.1102.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.01%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=27.01%
G=34.60%
B=38.39%

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
Decimal1712192430.300.1000.052007581.18
HexABDBF31EA05c84b51
Octal253333363361205310113121
Binary10101011110110111111001111110101001011100100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBF3; }

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

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

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

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

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

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

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

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