#7CCCF3

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

Shades of Light Sky Blue #7CCCF3

Tints of Light Sky Blue #7CCCF3

Color information

#7CCCF3 (or 0x7CCCF3) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CC and F3. RGB value is (124,204,243). Sum of RGB (Red+Green+Blue) = 124+204+243=571 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.72% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #7CCCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCCF3 is #83330C. Grayscale: #B8B8B8. Windows color (decimal): -8598285 or 15977596. OLE color: 15977596.

HSL color Cylindrical-coordinate representation of color #7CCCF3: hue angle of 199.66º degrees, saturation: 0.83, 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 #7CCCF3 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124204243-
CMYK0.490.1600.05
HSL199.66º83.22%71.96%-
HSV(B)199.66º48.97%95.29%-
XYZ46.0853.9492.78-
YUV184.5316184.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.72%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=21.72%
G=35.73%
B=42.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242042430.490.1600.05199.6683.2271.96
Hex7CCCF3311005c85348
Octal174314363612005310123110
Binary111110011001100111100111100011000001011100100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,243); }

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

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

 a { background-color: rgb(124,204,243); }

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

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

 span { border-color: rgb(124,204,243); }

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