#7CCAF0

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

Shades of Sky Blue #7CCAF0

Tints of Sky Blue #7CCAF0

Color information

#7CCAF0 (or 0x7CCAF0) is unknown color: approx Sky Blue. HEX triplet: 7C, CA and F0. RGB value is (124,202,240). Sum of RGB (Red+Green+Blue) = 124+202+240=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CCAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCAF0 is #83350F. Grayscale: #B6B6B6. Windows color (decimal): -8598800 or 15780476. OLE color: 15780476.

HSL color Cylindrical-coordinate representation of color #7CCAF0: hue angle of 199.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CCAF0 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124202240-
CMYK0.480.1600.06
HSL199.66º79.45%71.37%-
HSV(B)199.66º48.33%94.12%-
XYZ45.1652.8290.25-
YUV183.01160.1685.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.91%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=21.91%
G=35.69%
B=42.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242022400.480.1600.06199.6679.4571.37
Hex7CCAF0301006c84f47
Octal174312360602006310117107
Binary111110011001010111100001100001000001101100100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,202,240); }

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

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

 a { background-color: rgb(124,202,240); }

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

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

 span { border-color: rgb(124,202,240); }

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