#02ACF3

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

Shades of Deep Sky Blue #02ACF3

Tints of Deep Sky Blue #02ACF3

Color information

#02ACF3 (or 0x02ACF3) is unknown color: approx Deep Sky Blue. HEX triplet: 02, AC and F3. RGB value is (2,172,243). Sum of RGB (Red+Green+Blue) = 2+172+243=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #02ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ACF3 is #FD530C. Grayscale: #808080. Windows color (decimal): -16601869 or 15969282. OLE color: 15969282.

HSL color Cylindrical-coordinate representation of color #02ACF3: hue angle of 197.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACF3 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2172243-
CMYK0.990.2900.05
HSL197.68º98.37%48.04%-
HSV(B)197.68º99.18%95.29%-
XYZ30.9635.9990.11-
YUV129.26192.1837.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.48%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=0.48%
G=41.25%
B=58.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21722430.990.2900.05197.6898.3748.04
Hex2ACF3631D05c66230
Octal2254363143350530614260
Binary1010101100111100111100011111010101110001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02ACF3; }

 p { color: rgb(2,172,243); }

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

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

 a { background-color: rgb(2,172,243); }

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

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

 span { border-color: rgb(2,172,243); }

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