#7CD0FB

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

Shades of Light Sky Blue #7CD0FB

Tints of Light Sky Blue #7CD0FB

Color information

#7CD0FB (or 0x7CD0FB) is unknown color: approx Light Sky Blue. HEX triplet: 7C, D0 and FB. RGB value is (124,208,251). Sum of RGB (Red+Green+Blue) = 124+208+251=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CD0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD0FB is #832F04. Grayscale: #BBBBBB. Windows color (decimal): -8597253 or 16502908. OLE color: 16502908.

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

Color convert

RGB124208251-
CMYK0.510.1700.02
HSL200.31º94.07%73.53%-
HSV(B)200.31º50.6%98.43%-
XYZ48.2856.3699.6-
YUV187.79163.6782.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.27%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=21.27%
G=35.68%
B=43.05%

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
Decimal1242082510.510.1700.02200.3194.0773.53
Hex7CD0FB331102c85e4a
Octal174320373632102310136112
Binary11111001101000011111011110011100010101100100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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