#03AFF9

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

Shades of Deep Sky Blue #03AFF9

Tints of Deep Sky Blue #03AFF9

Color information

#03AFF9 (or 0x03AFF9) is unknown color: approx Deep Sky Blue. HEX triplet: 03, AF and F9. RGB value is (3,175,249). Sum of RGB (Red+Green+Blue) = 3+175+249=427 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #03AFF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFF9 is #FC5006. Grayscale: #838383. Windows color (decimal): -16535559 or 16363267. OLE color: 16363267.

HSL color Cylindrical-coordinate representation of color #03AFF9: hue angle of 198.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFF9 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3175249-
CMYK0.990.3000.02
HSL198.05º97.62%49.41%-
HSV(B)198.05º98.8%97.65%-
XYZ32.4737.5295.15-
YUV132.01194.0235.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.70%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 249 (97.66% from 255) = 58.31%
R=0.70%
G=40.98%
B=58.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31752490.990.3000.02198.0597.6249.41
Hex3AFF9631E02c66231
Octal3257371143360230614261
Binary111010111111111001110001111110010110001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AFF9; }

 p { color: rgb(3,175,249); }

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

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

 a { background-color: rgb(3,175,249); }

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

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

 span { border-color: rgb(3,175,249); }

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