#7CD1FB

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

Shades of Light Sky Blue #7CD1FB

Tints of Light Sky Blue #7CD1FB

Color information

#7CD1FB (or 0x7CD1FB) is unknown color: approx Light Sky Blue. HEX triplet: 7C, D1 and FB. RGB value is (124,209,251). Sum of RGB (Red+Green+Blue) = 124+209+251=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CD1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD1FB is #832E04. Grayscale: #BCBCBC. Windows color (decimal): -8596997 or 16503164. OLE color: 16503164.

HSL color Cylindrical-coordinate representation of color #7CD1FB: hue angle of 199.84º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CD1FB is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124209251-
CMYK0.510.1700.02
HSL199.84º94.07%73.53%-
HSV(B)199.84º50.6%98.43%-
XYZ48.5356.8599.68-
YUV188.37163.3482.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=21.23%
G=35.79%
B=42.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242092510.510.1700.02199.8494.0773.53
Hex7CD1FB331102c85e4a
Octal174321373632102310136112
Binary11111001101000111111011110011100010101100100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,209,251); }

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

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

 a { background-color: rgb(124,209,251); }

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

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

 span { border-color: rgb(124,209,251); }

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