Html Css Color HEX #07ACFF Deep Sky Blue

📋 copy color: '#07ACFF'

red 7 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #07ACFF

Tints of Deep Sky Blue #07ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 255 (100% from 255) = 58.76%

R = 1.61%
G = 39.63%
B = 58.76%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07ACFF (or 0x07ACFF) is known color: Deep Sky Blue. HEX triplet: 07, AC and FF. RGB value is (7,172,255). Sum of RGB (Red+Green+Blue) = 7+172+255=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #07ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ACFF is #F85300. Grayscale: #838383. Windows color (decimal): -16274177 or 16755719. OLE color: 16755719.

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

Color convert

RGB 7 172 255 -
CMYK 0.97 0.33 0 0
HSL 200.08º 1% 0.51% -
HSV(B) 200.08º 0.97% 1% -
XYZ 32.89 36.77 99.97 -
YUV 132.13 197.34 38.75 -
System Red Green Blue C M Y K H S L
Decimal 7 172 255 0.97 0.33 0 0 200.08 1 0.51
Hex 7 AC FF 61 21 0 0 C8 64 33
Octal 7 254 377 141 41 0 0 310 144 63
Binary 111 10101100 11111111 1100001 100001 0 0 11001000 1100100 110011

Color Harmonies of #07ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ACFF

Black with #07ACFF

Text Example


Text Example

White with #07ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,172,255); }

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

background-color css

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

 a { background-color: rgb(7,172,255); }

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

border-color css

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

 span { border-color: rgb(7,172,255); }

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