#7BD8FD

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

Shades of Light Sky Blue #7BD8FD

Tints of Light Sky Blue #7BD8FD

Color information

#7BD8FD (or 0x7BD8FD) is unknown color: approx Light Sky Blue. HEX triplet: 7B, D8 and FD. RGB value is (123,216,253). Sum of RGB (Red+Green+Blue) = 123+216+253=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BD8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD8FD is #842702. Grayscale: #C0C0C0. Windows color (decimal): -8660739 or 16636027. OLE color: 16636027.

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

Color convert

RGB123216253-
CMYK0.510.1500.01
HSL197.08º97.01%73.73%-
HSV(B)197.08º51.38%99.22%-
XYZ50.4560.41101.93-
YUV192.41162.1978.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.78%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=20.78%
G=36.49%
B=42.74%

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
Decimal1232162530.510.1500.01197.0897.0173.73
Hex7BD8FD33F01c5614a
Octal173330375631701305141112
Binary111101111011000111111011100111111011100010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,216,253); }

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

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

 a { background-color: rgb(123,216,253); }

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

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

 span { border-color: rgb(123,216,253); }

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