#8ACAFB

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

Shades of Light Sky Blue #8ACAFB

Tints of Light Sky Blue #8ACAFB

Color information

#8ACAFB (or 0x8ACAFB) is unknown color: approx Light Sky Blue. HEX triplet: 8A, CA and FB. RGB value is (138,202,251). Sum of RGB (Red+Green+Blue) = 138+202+251=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ACAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACAFB is #753504. Grayscale: #BCBCBC. Windows color (decimal): -7681285 or 16501386. OLE color: 16501386.

HSL color Cylindrical-coordinate representation of color #8ACAFB: hue angle of 206.02º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ACAFB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138202251-
CMYK0.450.2000.02
HSL206.02º93.39%76.27%-
HSV(B)206.02º45.02%98.43%-
XYZ49.0154.6199.22-
YUV188.45163.392.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.35%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=23.35%
G=34.18%
B=42.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382022510.450.2000.02206.0293.3976.27
Hex8ACAFB2D1402ce5d4c
Octal212312373552402316135114
Binary100010101100101011111011101101101000101100111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,251); }

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

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

 a { background-color: rgb(138,202,251); }

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

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

 span { border-color: rgb(138,202,251); }

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