Html Css Color HEX #07AFFC Deep Sky Blue

📋 copy color: '#07AFFC'

red 7 ◦ green 175 ◦ blue 252

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

Shades of Deep Sky Blue #07AFFC

Tints of Deep Sky Blue #07AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 1.61%
G = 40.32%
B = 58.06%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07AFFC (or 0x07AFFC) is known color: Deep Sky Blue. HEX triplet: 07, AF and FC. RGB value is (7,175,252). Sum of RGB (Red+Green+Blue) = 7+175+252=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #07AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AFFC is #F85003. Grayscale: #858585. Windows color (decimal): -16273412 or 16559879. OLE color: 16559879.

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

Color convert

RGB 7 175 252 -
CMYK 0.97 0.31 0 0.01
HSL 198.86º 0.98% 0.51% -
HSV(B) 198.86º 0.97% 0.99% -
XYZ 32.99 37.73 97.64 -
YUV 133.55 194.84 37.74 -
System Red Green Blue C M Y K H S L
Decimal 7 175 252 0.97 0.31 0 0.01 198.86 0.98 0.51
Hex 7 AF FC 61 1F 0 1 C7 62 33
Octal 7 257 374 141 37 0 1 307 142 63
Binary 111 10101111 11111100 1100001 11111 0 1 11000111 1100010 110011

Color Harmonies of #07AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFFC

Black with #07AFFC

Text Example


Text Example

White with #07AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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