Html Css Color HEX #07A3EE Deep Sky Blue

📋 copy color: '#07A3EE'

red 7 ◦ green 163 ◦ blue 238

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

Shades of Deep Sky Blue #07A3EE

Tints of Deep Sky Blue #07A3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 1.72%
G = 39.95%
B = 58.33%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07A3EE (or 0x07A3EE) is known color: Deep Sky Blue. HEX triplet: 07, A3 and EE. RGB value is (7,163,238). Sum of RGB (Red+Green+Blue) = 7+163+238=408 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #07A3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A3EE is #F85C11. Grayscale: #7C7C7C. Windows color (decimal): -16276498 or 15639303. OLE color: 15639303.

HSL color Cylindrical-coordinate representation of color #07A3EE: hue angle of 199.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3EE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 163 238 -
CMYK 0.97 0.32 0 0.07
HSL 199.48º 0.94% 0.48% -
HSV(B) 199.48º 0.97% 0.93% -
XYZ 28.62 32.41 85.64 -
YUV 124.91 191.82 43.9 -
System Red Green Blue C M Y K H S L
Decimal 7 163 238 0.97 0.32 0 0.07 199.48 0.94 0.48
Hex 7 A3 EE 61 20 0 7 C7 5E 30
Octal 7 243 356 141 40 0 7 307 136 60
Binary 111 10100011 11101110 1100001 100000 0 111 11000111 1011110 110000

Color Harmonies of #07A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A3EE

Black with #07A3EE

Text Example


Text Example

White with #07A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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