#7DCCEB

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

Shades of Sky Blue #7DCCEB

Tints of Sky Blue #7DCCEB

Color information

#7DCCEB (or 0x7DCCEB) is unknown color: approx Sky Blue. HEX triplet: 7D, CC and EB. RGB value is (125,204,235). Sum of RGB (Red+Green+Blue) = 125+204+235=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCEB is #823314. Grayscale: #B7B7B7. Windows color (decimal): -8532757 or 15453309. OLE color: 15453309.

HSL color Cylindrical-coordinate representation of color #7DCCEB: hue angle of 196.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCCEB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125204235-
CMYK0.470.1300.08
HSL196.91º73.33%70.59%-
HSV(B)196.91º46.81%92.16%-
XYZ45.0553.5486.56-
YUV183.91156.8385.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=22.16%
G=36.17%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252042350.470.1300.08196.9173.3370.59
Hex7DCCEB2FD08c54947
Octal1753143535715010305111107
Binary111110111001100111010111011111101010001100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCCEB; }

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

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

<style>
 a { background-color: #7DCCEB; }

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

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

<style>
 span { border-color: #7DCCEB; }

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

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