Html Css Color HEX #07A8F9 Deep Sky Blue

📋 copy color: '#07A8F9'

red 7 ◦ green 168 ◦ blue 249

#07A8F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #07A8F9

Tints of Deep Sky Blue #07A8F9

RGB

 RED value IS 7 (3.13% from 255) = 1.65%

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 1.65%
G = 39.62%
B = 58.73%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07A8F9 (or 0x07A8F9) is known color: Deep Sky Blue. HEX triplet: 07, A8 and F9. RGB value is (7,168,249). Sum of RGB (Red+Green+Blue) = 7+168+249=424 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #07A8F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A8F9 is #F85706. Grayscale: #808080. Windows color (decimal): -16275207 or 16361479. OLE color: 16361479.

HSL color Cylindrical-coordinate representation of color #07A8F9: hue angle of 200.08º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A8F9 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 168 249 -
CMYK 0.97 0.33 0 0.02
HSL 200.08º 0.95% 0.5% -
HSV(B) 200.08º 0.97% 0.98% -
XYZ 31.19 34.89 94.71 -
YUV 129.1 195.66 40.91 -
System Red Green Blue C M Y K H S L
Decimal 7 168 249 0.97 0.33 0 0.02 200.08 0.95 0.5
Hex 7 A8 F9 61 21 0 2 C8 5F 32
Octal 7 250 371 141 41 0 2 310 137 62
Binary 111 10101000 11111001 1100001 100001 0 10 11001000 1011111 110010

Color Harmonies of #07A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8F9

Black with #07A8F9

Text Example


Text Example

White with #07A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,168,249); }

 H1.HeaderClassName
 {
   color: #07A8F9;
 }
 .AnyTagClassName
 {
   color: #07A8F9;
 }
</style>

background-color css

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

 a { background-color: rgb(7,168,249); }

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

border-color css

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

 span { border-color: rgb(7,168,249); }

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