#7DCCF2

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

Shades of Sky Blue #7DCCF2

Tints of Sky Blue #7DCCF2

Color information

#7DCCF2 (or 0x7DCCF2) is unknown color: approx Sky Blue. HEX triplet: 7D, CC and F2. RGB value is (125,204,242). Sum of RGB (Red+Green+Blue) = 125+204+242=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DCCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCF2 is #82330D. Grayscale: #B8B8B8. Windows color (decimal): -8532750 or 15912061. OLE color: 15912061.

HSL color Cylindrical-coordinate representation of color #7DCCF2: hue angle of 199.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCCF2 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125204242-
CMYK0.480.1600.05
HSL199.49º81.82%71.96%-
HSV(B)199.49º48.35%94.9%-
XYZ46.0853.9691.99-
YUV184.71160.3385.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=21.89%
G=35.73%
B=42.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252042420.480.1600.05199.4981.8271.96
Hex7DCCF2301005c75248
Octal175314362602005307122110
Binary111110111001100111100101100001000001011100011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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