#02D7F8

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

Shades of Deep Sky Blue #02D7F8

Tints of Deep Sky Blue #02D7F8

Color information

#02D7F8 (or 0x02D7F8) is unknown color: approx Deep Sky Blue. HEX triplet: 02, D7 and F8. RGB value is (2,215,248). Sum of RGB (Red+Green+Blue) = 2+215+248=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #02D7F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D7F8 is #FD2807. Grayscale: #9A9A9A. Windows color (decimal): -16590856 or 16307970. OLE color: 16307970.

HSL color Cylindrical-coordinate representation of color #02D7F8: hue angle of 188.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D7F8 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2215248-
CMYK0.990.1300.03
HSL188.05º98.4%49.02%-
HSV(B)188.05º99.19%97.25%-
XYZ41.2755.3997.32-
YUV155.07180.4318.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.43%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 248 (97.27% from 255) = 53.33%
R=0.43%
G=46.24%
B=53.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal22152480.990.1300.03188.0598.449.02
Hex2D7F863D03bc6231
Octal2327370143150327414261
Binary10110101111111100011000111101011101111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,215,248); }

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

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

 a { background-color: rgb(2,215,248); }

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

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

 span { border-color: rgb(2,215,248); }

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