#07aff4

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

Shades of Deep Sky Blue #07AFF4

Tints of Deep Sky Blue #07AFF4

Color information

#07AFF4 (or 0x07AFF4) is unknown color: approx Deep Sky Blue. HEX triplet: 07, AF and F4. RGB value is (7,175,244). Sum of RGB (Red+Green+Blue) = 7+175+244=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #07AFF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AFF4 is #F8500B. Grayscale: #848484. Windows color (decimal): -16273420 or 16035591. OLE color: 16035591.

HSL color Cylindrical-coordinate representation of color #07AFF4: hue angle of 197.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AFF4 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7175244-
CMYK0.970.2800.04
HSL197.47º94.42%49.22%-
HSV(B)197.47º97.13%95.69%-
XYZ31.7537.2491.1-
YUV132.63190.8438.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.64%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 244 (95.70% from 255) = 57.28%
R=1.64%
G=41.08%
B=57.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal71752440.970.2800.04197.4794.4249.22
Hex7AFF4611C04c55e31
Octal7257364141340430513661
Binary11110101111111101001100001111000100110001011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07aff4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07aff4; }

 p { color: rgb(7,175,244); }

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

<style>
 a { background-color: #07aff4; }

 a { background-color: rgb(7,175,244); }

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

<style>
 span { border-color: #07aff4; }

 span { border-color: rgb(7,175,244); }

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