Html Css Color HEX #07A3FC Deep Sky Blue

📋 copy color: '#07A3FC'

red 7 ◦ green 163 ◦ blue 252

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

Shades of Deep Sky Blue #07A3FC

Tints of Deep Sky Blue #07A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 1.66%
G = 38.63%
B = 59.72%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07A3FC (or 0x07A3FC) is known color: Deep Sky Blue. HEX triplet: 07, A3 and FC. RGB value is (7,163,252). Sum of RGB (Red+Green+Blue) = 7+163+252=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #07A3FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A3FC is #F85C03. Grayscale: #7D7D7D. Windows color (decimal): -16276484 or 16556807. OLE color: 16556807.

HSL color Cylindrical-coordinate representation of color #07A3FC: hue angle of 201.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3FC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 163 252 -
CMYK 0.97 0.35 0 0.01
HSL 201.8º 0.98% 0.51% -
HSV(B) 201.8º 0.97% 0.99% -
XYZ 30.76 33.27 96.9 -
YUV 126.5 198.82 42.76 -
System Red Green Blue C M Y K H S L
Decimal 7 163 252 0.97 0.35 0 0.01 201.8 0.98 0.51
Hex 7 A3 FC 61 23 0 1 CA 62 33
Octal 7 243 374 141 43 0 1 312 142 63
Binary 111 10100011 11111100 1100001 100011 0 1 11001010 1100010 110011

Color Harmonies of #07A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A3FC

Black with #07A3FC

Text Example


Text Example

White with #07A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,163,252); }

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

background-color css

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

 a { background-color: rgb(7,163,252); }

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

border-color css

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

 span { border-color: rgb(7,163,252); }

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