#7CCAFD

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

Shades of Light Sky Blue #7CCAFD

Tints of Light Sky Blue #7CCAFD

Color information

#7CCAFD (or 0x7CCAFD) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CA and FD. RGB value is (124,202,253). Sum of RGB (Red+Green+Blue) = 124+202+253=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCAFD is #833502. Grayscale: #B8B8B8. Windows color (decimal): -8598787 or 16632444. OLE color: 16632444.

HSL color Cylindrical-coordinate representation of color #7CCAFD: hue angle of 203.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCAFD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124202253-
CMYK0.510.2000.01
HSL203.72º96.99%73.92%-
HSV(B)203.72º50.99%99.22%-
XYZ47.1653.62100.79-
YUV184.49166.6684.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.42%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=21.42%
G=34.89%
B=43.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242022530.510.2000.01203.7296.9973.92
Hex7CCAFD331401cc614a
Octal174312375632401314141112
Binary1111100110010101111110111001110100011100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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