#07AEEC

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

Shades of Deep Sky Blue #07AEEC

Tints of Deep Sky Blue #07AEEC

Color information

#07AEEC (or 0x07AEEC) is unknown color: approx Deep Sky Blue. HEX triplet: 07, AE and EC. RGB value is (7,174,236). Sum of RGB (Red+Green+Blue) = 7+174+236=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #07AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AEEC is #F85113. Grayscale: #828282. Windows color (decimal): -16273684 or 15511047. OLE color: 15511047.

HSL color Cylindrical-coordinate representation of color #07AEEC: hue angle of 196.24º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AEEC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7174236-
CMYK0.970.2600.07
HSL196.24º94.24%47.65%-
HSV(B)196.24º97.03%92.55%-
XYZ30.3636.3784.78-
YUV131.14187.1739.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.68%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=1.68%
G=41.73%
B=56.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71742360.970.2600.07196.2494.2447.65
Hex7AEEC611A07c45e30
Octal7256354141320730413660
Binary11110101110111011001100001110100111110001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,174,236); }

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

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

 a { background-color: rgb(7,174,236); }

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

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

 span { border-color: rgb(7,174,236); }

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