Html Css Color HEX #07C0FA Deep Sky Blue

📋 copy color: '#07C0FA'

red 7 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #07C0FA

Tints of Deep Sky Blue #07C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 1.56%
G = 42.76%
B = 55.68%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07C0FA (or 0x07C0FA) is known color: Deep Sky Blue. HEX triplet: 07, C0 and FA. RGB value is (7,192,250). Sum of RGB (Red+Green+Blue) = 7+192+250=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #07C0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C0FA is #F83F05. Grayscale: #8E8E8E. Windows color (decimal): -16269062 or 16433159. OLE color: 16433159.

HSL color Cylindrical-coordinate representation of color #07C0FA: hue angle of 194.32º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C0FA is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 192 250 -
CMYK 0.97 0.23 0 0.02
HSL 194.32º 0.96% 0.5% -
HSV(B) 194.32º 0.97% 0.98% -
XYZ 36.19 44.65 97.15 -
YUV 143.3 188.21 30.78 -
System Red Green Blue C M Y K H S L
Decimal 7 192 250 0.97 0.23 0 0.02 194.32 0.96 0.5
Hex 7 C0 FA 61 17 0 2 C2 60 32
Octal 7 300 372 141 27 0 2 302 140 62
Binary 111 11000000 11111010 1100001 10111 0 10 11000010 1100000 110010

Color Harmonies of #07C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0FA

Black with #07C0FA

Text Example


Text Example

White with #07C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,192,250); }

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

background-color css

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

 a { background-color: rgb(7,192,250); }

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

border-color css

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

 span { border-color: rgb(7,192,250); }

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