Html Css Color HEX #07AAFC Deep Sky Blue

📋 copy color: '#07AAFC'

red 7 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #07AAFC

Tints of Deep Sky Blue #07AAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 1.63%
G = 39.63%
B = 58.74%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07AAFC (or 0x07AAFC) is known color: Deep Sky Blue. HEX triplet: 07, AA and FC. RGB value is (7,170,252). Sum of RGB (Red+Green+Blue) = 7+170+252=429 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #07AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AAFC is #F85503. Grayscale: #828282. Windows color (decimal): -16274692 or 16558599. OLE color: 16558599.

HSL color Cylindrical-coordinate representation of color #07AAFC: hue angle of 200.08º 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 #07AAFC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 170 252 -
CMYK 0.97 0.33 0 0.01
HSL 200.08º 0.98% 0.51% -
HSV(B) 200.08º 0.97% 0.99% -
XYZ 32.03 35.82 97.32 -
YUV 130.61 196.5 39.83 -
System Red Green Blue C M Y K H S L
Decimal 7 170 252 0.97 0.33 0 0.01 200.08 0.98 0.51
Hex 7 AA FC 61 21 0 1 C8 62 33
Octal 7 252 374 141 41 0 1 310 142 63
Binary 111 10101010 11111100 1100001 100001 0 1 11001000 1100010 110011

Color Harmonies of #07AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAFC

Black with #07AAFC

Text Example


Text Example

White with #07AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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