#7FCBFC

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

Shades of Light Sky Blue #7FCBFC

Tints of Light Sky Blue #7FCBFC

Color information

#7FCBFC (or 0x7FCBFC) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CB and FC. RGB value is (127,203,252). Sum of RGB (Red+Green+Blue) = 127+203+252=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBFC is #803403. Grayscale: #B9B9B9. Windows color (decimal): -8401924 or 16567167. OLE color: 16567167.

HSL color Cylindrical-coordinate representation of color #7FCBFC: hue angle of 203.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCBFC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127203252-
CMYK0.500.1900.01
HSL203.52º95.42%74.31%-
HSV(B)203.52º49.6%98.82%-
XYZ47.6854.25100.05-
YUV185.86165.3286.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.82%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=21.82%
G=34.88%
B=43.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272032520.500.1900.01203.5295.4274.31
Hex7FCBFC321301cc5f4a
Octal177313374622301314137112
Binary1111111110010111111110011001010011011100110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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