#07CCEB

Color #07CCEB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #07CCEB

Tints of Deep Sky Blue #07CCEB

Color information

#07CCEB (or 0x07CCEB) is unknown color: approx Deep Sky Blue. HEX triplet: 07, CC and EB. RGB value is (7,204,235). Sum of RGB (Red+Green+Blue) = 7+204+235=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #07CCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCEB is #F83314. Grayscale: #949494. Windows color (decimal): -16266005 or 15453191. OLE color: 15453191.

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

Color convert

RGB7204235-
CMYK0.970.1300.08
HSL188.16º94.21%47.45%-
HSV(B)188.16º97.02%92.16%-
XYZ36.6849.2386.17-
YUV148.63176.7326.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.57%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=1.57%
G=45.74%
B=52.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72042350.970.1300.08188.1694.2147.45
Hex7CCEB61D08bc5e2f
Octal73143531411501027413657
Binary11111001100111010111100001110101000101111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07CCEB;
 }
 .AnyTagClassName
 {
   color: #07CCEB;
 }
</style>
background-color css

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

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

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

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

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

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