Html Css Color HEX #07AAFD Deep Sky Blue

📋 copy color: '#07AAFD'

red 7 ◦ green 170 ◦ blue 253

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

Shades of Deep Sky Blue #07AAFD

Tints of Deep Sky Blue #07AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 1.63%
G = 39.53%
B = 58.84%

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

#07AAFD (or 0x07AAFD) is known color: Deep Sky Blue. HEX triplet: 07, AA and FD. RGB value is (7,170,253). Sum of RGB (Red+Green+Blue) = 7+170+253=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #07AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AAFD is #F85502. Grayscale: #828282. Windows color (decimal): -16274691 or 16624135. OLE color: 16624135.

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

Color convert

RGB 7 170 253 -
CMYK 0.97 0.33 0 0.01
HSL 200.24º 0.98% 0.51% -
HSV(B) 200.24º 0.97% 0.99% -
XYZ 32.19 35.89 98.16 -
YUV 130.73 197 39.75 -
System Red Green Blue C M Y K H S L
Decimal 7 170 253 0.97 0.33 0 0.01 200.24 0.98 0.51
Hex 7 AA FD 61 21 0 1 C8 62 33
Octal 7 252 375 141 41 0 1 310 142 63
Binary 111 10101010 11111101 1100001 100001 0 1 11001000 1100010 110011

Color Harmonies of #07AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAFD

Black with #07AAFD

Text Example


Text Example

White with #07AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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