#7DCCEE

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

Shades of Sky Blue #7DCCEE

Tints of Sky Blue #7DCCEE

Color information

#7DCCEE (or 0x7DCCEE) is unknown color: approx Sky Blue. HEX triplet: 7D, CC and EE. RGB value is (125,204,238). Sum of RGB (Red+Green+Blue) = 125+204+238=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DCCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCEE is #823311. Grayscale: #B8B8B8. Windows color (decimal): -8532754 or 15649917. OLE color: 15649917.

HSL color Cylindrical-coordinate representation of color #7DCCEE: hue angle of 198.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCCEE is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125204238-
CMYK0.470.1400.07
HSL198.05º76.87%71.18%-
HSV(B)198.05º47.48%93.33%-
XYZ45.4853.7288.86-
YUV184.26158.3385.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=22.05%
G=35.98%
B=41.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252042380.470.1400.07198.0576.8771.18
Hex7DCCEE2FE07c64d47
Octal175314356571607306115107
Binary11111011100110011101110101111111001111100011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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