#8ABBF2

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

Shades of Light Sky Blue #8ABBF2

Tints of Light Sky Blue #8ABBF2

Color information

#8ABBF2 (or 0x8ABBF2) is unknown color: approx Light Sky Blue. HEX triplet: 8A, BB and F2. RGB value is (138,187,242). Sum of RGB (Red+Green+Blue) = 138+187+242=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #8ABBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBF2 is #75440D. Grayscale: #B2B2B2. Windows color (decimal): -7685134 or 15907722. OLE color: 15907722.

HSL color Cylindrical-coordinate representation of color #8ABBF2: hue angle of 211.73º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABBF2 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138187242-
CMYK0.430.2300.05
HSL211.73º80%74.51%-
HSV(B)211.73º42.98%94.9%-
XYZ44.2847.3590.81-
YUV178.62163.7799.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=24.34%
G=32.98%
B=42.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381872420.430.2300.05211.738074.51
Hex8ABBF22B1705d4504b
Octal212273362532705324120113
Binary1000101010111011111100101010111011101011101010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABBF2; }

 p { color: rgb(138,187,242); }

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

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

 a { background-color: rgb(138,187,242); }

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

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

 span { border-color: rgb(138,187,242); }

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