#7cc9f2

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

Shades of Sky Blue #7CC9F2

Tints of Sky Blue #7CC9F2

Color information

#7CC9F2 (or 0x7CC9F2) is unknown color: approx Sky Blue. HEX triplet: 7C, C9 and F2. RGB value is (124,201,242). Sum of RGB (Red+Green+Blue) = 124+201+242=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CC9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC9F2 is #83360D. Grayscale: #B6B6B6. Windows color (decimal): -8599054 or 15911292. OLE color: 15911292.

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

Color convert

RGB124201242-
CMYK0.490.1700.05
HSL200.85º81.94%71.76%-
HSV(B)200.85º48.76%94.9%-
XYZ45.2352.4791.75-
YUV182.65161.4986.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.87%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=21.87%
G=35.45%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242012420.490.1700.05200.8581.9471.76
Hex7CC9F2311105c95248
Octal174311362612105311122110
Binary111110011001001111100101100011000101011100100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc9f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,201,242); }

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

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

 a { background-color: rgb(124,201,242); }

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

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

 span { border-color: rgb(124,201,242); }

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