#7BCBFC

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

Shades of Light Sky Blue #7BCBFC

Tints of Light Sky Blue #7BCBFC

Color information

#7BCBFC (or 0x7BCBFC) is unknown color: approx Light Sky Blue. HEX triplet: 7B, CB and FC. RGB value is (123,203,252). Sum of RGB (Red+Green+Blue) = 123+203+252=578 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.28% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCBFC is #843403. Grayscale: #B8B8B8. Windows color (decimal): -8664068 or 16567163. OLE color: 16567163.

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

Color convert

RGB123203252-
CMYK0.510.1900.01
HSL202.79º95.56%73.53%-
HSV(B)202.79º51.19%98.82%-
XYZ47.153.95100.03-
YUV184.6716684.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.28%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=21.28%
G=35.12%
B=43.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232032520.510.1900.01202.7995.5673.53
Hex7BCBFC331301cb604a
Octal173313374632301313140112
Binary1111011110010111111110011001110011011100101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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