#7FCFFA

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

Shades of Light Sky Blue #7FCFFA

Tints of Light Sky Blue #7FCFFA

Color information

#7FCFFA (or 0x7FCFFA) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CF and FA. RGB value is (127,207,250). Sum of RGB (Red+Green+Blue) = 127+207+250=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FCFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFFA is #803005. Grayscale: #BBBBBB. Windows color (decimal): -8400902 or 16437119. OLE color: 16437119.

HSL color Cylindrical-coordinate representation of color #7FCFFA: hue angle of 200.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FCFFA is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127207250-
CMYK0.490.1700.02
HSL200.98º92.48%73.92%-
HSV(B)200.98º49.2%98.04%-
XYZ48.3256.0498.71-
YUV187.9816384.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=21.75%
G=35.45%
B=42.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272072500.490.1700.02200.9892.4873.92
Hex7FCFFA311102c95c4a
Octal177317372612102311134112
Binary11111111100111111111010110001100010101100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,207,250); }

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

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

 a { background-color: rgb(127,207,250); }

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

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

 span { border-color: rgb(127,207,250); }

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