Html Css Color HEX #07C5FC Deep Sky Blue

📋 copy color: '#07C5FC'

red 7 ◦ green 197 ◦ blue 252

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

Shades of Deep Sky Blue #07C5FC

Tints of Deep Sky Blue #07C5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

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

R = 1.54%
G = 43.2%
B = 55.26%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07C5FC (or 0x07C5FC) is known color: Deep Sky Blue. HEX triplet: 07, C5 and FC. RGB value is (7,197,252). Sum of RGB (Red+Green+Blue) = 7+197+252=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #07C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C5FC is #F83A03. Grayscale: #929292. Windows color (decimal): -16267780 or 16565511. OLE color: 16565511.

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

Color convert

RGB 7 197 252 -
CMYK 0.97 0.22 0 0.01
HSL 193.47º 0.98% 0.51% -
HSV(B) 193.47º 0.97% 0.99% -
XYZ 37.62 47.01 99.19 -
YUV 146.46 187.55 28.53 -
System Red Green Blue C M Y K H S L
Decimal 7 197 252 0.97 0.22 0 0.01 193.47 0.98 0.51
Hex 7 C5 FC 61 16 0 1 C1 62 33
Octal 7 305 374 141 26 0 1 301 142 63
Binary 111 11000101 11111100 1100001 10110 0 1 11000001 1100010 110011

Color Harmonies of #07C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C5FC

Black with #07C5FC

Text Example


Text Example

White with #07C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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