#7DCDF2

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

Shades of Sky Blue #7DCDF2

Tints of Sky Blue #7DCDF2

Color information

#7DCDF2 (or 0x7DCDF2) is unknown color: approx Sky Blue. HEX triplet: 7D, CD and F2. RGB value is (125,205,242). Sum of RGB (Red+Green+Blue) = 125+205+242=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DCDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCDF2 is #82320D. Grayscale: #B9B9B9. Windows color (decimal): -8532494 or 15912317. OLE color: 15912317.

HSL color Cylindrical-coordinate representation of color #7DCDF2: hue angle of 198.97º 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 #7DCDF2 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125205242-
CMYK0.480.1500.05
HSL198.97º81.82%71.96%-
HSV(B)198.97º48.35%94.9%-
XYZ46.3254.4392.07-
YUV185.316084.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=21.85%
G=35.84%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252052420.480.1500.05198.9781.8271.96
Hex7DCDF230F05c75248
Octal175315362601705307122110
Binary11111011100110111110010110000111101011100011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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