#7CD2FB

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

Shades of Light Sky Blue #7CD2FB

Tints of Light Sky Blue #7CD2FB

Color information

#7CD2FB (or 0x7CD2FB) is unknown color: approx Light Sky Blue. HEX triplet: 7C, D2 and FB. RGB value is (124,210,251). Sum of RGB (Red+Green+Blue) = 124+210+251=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD2FB is #832D04. Grayscale: #BCBCBC. Windows color (decimal): -8596741 or 16503420. OLE color: 16503420.

HSL color Cylindrical-coordinate representation of color #7CD2FB: hue angle of 199.37º 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 #7CD2FB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124210251-
CMYK0.510.1600.02
HSL199.37º94.07%73.53%-
HSV(B)199.37º50.6%98.43%-
XYZ48.7757.3499.76-
YUV188.96163.0181.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.20%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=21.20%
G=35.90%
B=42.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242102510.510.1600.02199.3794.0773.53
Hex7CD2FB331002c75e4a
Octal174322373632002307136112
Binary11111001101001011111011110011100000101100011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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