#7BDDFA

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

Shades of Light Sky Blue #7BDDFA

Tints of Light Sky Blue #7BDDFA

Color information

#7BDDFA (or 0x7BDDFA) is unknown color: approx Light Sky Blue. HEX triplet: 7B, DD and FA. RGB value is (123,221,250). Sum of RGB (Red+Green+Blue) = 123+221+250=594 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.71% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDFA is #842205. Grayscale: #C2C2C2. Windows color (decimal): -8659462 or 16440699. OLE color: 16440699.

HSL color Cylindrical-coordinate representation of color #7BDDFA: hue angle of 193.7º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BDDFA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123221250-
CMYK0.510.1200.02
HSL193.7º92.7%73.14%-
HSV(B)193.7º50.8%98.04%-
XYZ51.2862.8399.87-
YUV195159.0376.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.71%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=20.71%
G=37.21%
B=42.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232212500.510.1200.02193.792.773.14
Hex7BDDFA33C02c25d49
Octal173335372631402302135111
Binary1111011110111011111101011001111000101100001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,250); }

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

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

 a { background-color: rgb(123,221,250); }

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

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

 span { border-color: rgb(123,221,250); }

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