#7CDBFB

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

Shades of Light Sky Blue #7CDBFB

Tints of Light Sky Blue #7CDBFB

Color information

#7CDBFB (or 0x7CDBFB) is unknown color: approx Light Sky Blue. HEX triplet: 7C, DB and FB. RGB value is (124,219,251). Sum of RGB (Red+Green+Blue) = 124+219+251=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDBFB is #832404. Grayscale: #C2C2C2. Windows color (decimal): -8594437 or 16505724. OLE color: 16505724.

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

Color convert

RGB124219251-
CMYK0.510.1300.02
HSL195.12º94.07%73.53%-
HSV(B)195.12º50.6%98.43%-
XYZ51.0661.91100.53-
YUV194.24160.0377.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.88%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=20.88%
G=36.87%
B=42.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242192510.510.1300.02195.1294.0773.53
Hex7CDBFB33D02c35e4a
Octal174333373631502303136112
Binary1111100110110111111101111001111010101100001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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