#7DCEF2

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

Shades of Sky Blue #7DCEF2

Tints of Sky Blue #7DCEF2

Color information

#7DCEF2 (or 0x7DCEF2) is unknown color: approx Sky Blue. HEX triplet: 7D, CE and F2. RGB value is (125,206,242). Sum of RGB (Red+Green+Blue) = 125+206+242=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DCEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEF2 is #82310D. Grayscale: #B9B9B9. Windows color (decimal): -8532238 or 15912573. OLE color: 15912573.

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

Color convert

RGB125206242-
CMYK0.480.1500.05
HSL198.46º81.82%71.96%-
HSV(B)198.46º48.35%94.9%-
XYZ46.5654.9192.15-
YUV185.88159.6684.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=21.82%
G=35.95%
B=42.23%

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
Decimal1252062420.480.1500.05198.4681.8271.96
Hex7DCEF230F05c65248
Octal175316362601705306122110
Binary11111011100111011110010110000111101011100011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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