#7DCBEB

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

Shades of Sky Blue #7DCBEB

Tints of Sky Blue #7DCBEB

Color information

#7DCBEB (or 0x7DCBEB) is unknown color: approx Sky Blue. HEX triplet: 7D, CB and EB. RGB value is (125,203,235). Sum of RGB (Red+Green+Blue) = 125+203+235=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBEB is #823414. Grayscale: #B7B7B7. Windows color (decimal): -8533013 or 15453053. OLE color: 15453053.

HSL color Cylindrical-coordinate representation of color #7DCBEB: hue angle of 197.45º 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 #7DCBEB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125203235-
CMYK0.470.1400.08
HSL197.45º73.33%70.59%-
HSV(B)197.45º46.81%92.16%-
XYZ44.8153.0786.48-
YUV183.33157.1686.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=22.20%
G=36.06%
B=41.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252032350.470.1400.08197.4573.3370.59
Hex7DCBEB2FE08c54947
Octal1753133535716010305111107
Binary111110111001011111010111011111110010001100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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