Html Css Color HEX #07C6EA Deep Sky Blue

📋 copy color: '#07C6EA'

red 7 ◦ green 198 ◦ blue 234

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

Shades of Deep Sky Blue #07C6EA

Tints of Deep Sky Blue #07C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 1.59%
G = 45.1%
B = 53.3%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07C6EA (or 0x07C6EA) is known color: Deep Sky Blue. HEX triplet: 07, C6 and EA. RGB value is (7,198,234). Sum of RGB (Red+Green+Blue) = 7+198+234=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #07C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C6EA is #F83915. Grayscale: #909090. Windows color (decimal): -16267542 or 15386119. OLE color: 15386119.

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

Color convert

RGB 7 198 234 -
CMYK 0.97 0.15 0 0.08
HSL 189.52º 0.94% 0.47% -
HSV(B) 189.52º 0.97% 0.92% -
XYZ 35.13 46.37 84.94 -
YUV 145 178.22 29.57 -
System Red Green Blue C M Y K H S L
Decimal 7 198 234 0.97 0.15 0 0.08 189.52 0.94 0.47
Hex 7 C6 EA 61 F 0 8 BE 5E 2F
Octal 7 306 352 141 17 0 10 276 136 57
Binary 111 11000110 11101010 1100001 1111 0 1000 10111110 1011110 101111

Color Harmonies of #07C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C6EA

Black with #07C6EA

Text Example


Text Example

White with #07C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,198,234); }

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

background-color css

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

 a { background-color: rgb(7,198,234); }

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

border-color css

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

 span { border-color: rgb(7,198,234); }

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