#7BD6FC

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

Shades of Light Sky Blue #7BD6FC

Tints of Light Sky Blue #7BD6FC

Color information

#7BD6FC (or 0x7BD6FC) is unknown color: approx Light Sky Blue. HEX triplet: 7B, D6 and FC. RGB value is (123,214,252). Sum of RGB (Red+Green+Blue) = 123+214+252=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BD6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD6FC is #842903. Grayscale: #BEBEBE. Windows color (decimal): -8661252 or 16569979. OLE color: 16569979.

HSL color Cylindrical-coordinate representation of color #7BD6FC: hue angle of 197.67º degrees, saturation: 0.96, 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 #7BD6FC is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123214252-
CMYK0.510.1500.01
HSL197.67º95.56%73.53%-
HSV(B)197.67º51.19%98.82%-
XYZ49.7959.33100.92-
YUV191.12162.3579.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.88%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=20.88%
G=36.33%
B=42.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232142520.510.1500.01197.6795.5673.53
Hex7BD6FC33F01c6604a
Octal173326374631701306140112
Binary111101111010110111111001100111111011100011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,214,252); }

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

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

 a { background-color: rgb(123,214,252); }

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

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

 span { border-color: rgb(123,214,252); }

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