Html Css Color HEX #07C2EB Deep Sky Blue

📋 copy color: '#07C2EB'

red 7 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #07C2EB

Tints of Deep Sky Blue #07C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 1.61%
G = 44.5%
B = 53.9%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07C2EB (or 0x07C2EB) is known color: Deep Sky Blue. HEX triplet: 07, C2 and EB. RGB value is (7,194,235). Sum of RGB (Red+Green+Blue) = 7+194+235=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #07C2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C2EB is #F83D14. Grayscale: #8E8E8E. Windows color (decimal): -16268565 or 15450631. OLE color: 15450631.

HSL color Cylindrical-coordinate representation of color #07C2EB: hue angle of 190.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C2EB is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 194 235 -
CMYK 0.97 0.17 0 0.08
HSL 190.79º 0.94% 0.47% -
HSV(B) 190.79º 0.97% 0.92% -
XYZ 34.37 44.63 85.4 -
YUV 142.76 180.05 31.17 -
System Red Green Blue C M Y K H S L
Decimal 7 194 235 0.97 0.17 0 0.08 190.79 0.94 0.47
Hex 7 C2 EB 61 11 0 8 BF 5E 2F
Octal 7 302 353 141 21 0 10 277 136 57
Binary 111 11000010 11101011 1100001 10001 0 1000 10111111 1011110 101111

Color Harmonies of #07C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C2EB

Black with #07C2EB

Text Example


Text Example

White with #07C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,235); }

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

background-color css

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

 a { background-color: rgb(7,194,235); }

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

border-color css

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

 span { border-color: rgb(7,194,235); }

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