#7ccbfa

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

Shades of Light Sky Blue #7CCBFA

Tints of Light Sky Blue #7CCBFA

Color information

#7CCBFA (or 0x7CCBFA) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CB and FA. RGB value is (124,203,250). Sum of RGB (Red+Green+Blue) = 124+203+250=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CCBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCBFA is #833405. Grayscale: #B8B8B8. Windows color (decimal): -8598534 or 16436092. OLE color: 16436092.

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

Color convert

RGB124203250-
CMYK0.500.1900.02
HSL202.38º92.65%73.33%-
HSV(B)202.38º50.4%98.04%-
XYZ46.9253.998.37-
YUV184.74164.8384.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.49%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=21.49%
G=35.18%
B=43.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242032500.500.1900.02202.3892.6573.33
Hex7CCBFA321302ca5d49
Octal174313372622302312135111
Binary11111001100101111111010110010100110101100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ccbfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,203,250); }

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

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

 a { background-color: rgb(124,203,250); }

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

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

 span { border-color: rgb(124,203,250); }

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