#7FD0FB

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

Shades of Light Sky Blue #7FD0FB

Tints of Light Sky Blue #7FD0FB

Color information

#7FD0FB (or 0x7FD0FB) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D0 and FB. RGB value is (127,208,251). Sum of RGB (Red+Green+Blue) = 127+208+251=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FD0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD0FB is #802F04. Grayscale: #BCBCBC. Windows color (decimal): -8400645 or 16502911. OLE color: 16502911.

HSL color Cylindrical-coordinate representation of color #7FD0FB: hue angle of 200.81º degrees, saturation: 0.94, 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 #7FD0FB is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127208251-
CMYK0.490.1700.02
HSL200.81º93.94%74.12%-
HSV(B)200.81º49.4%98.43%-
XYZ48.7256.5999.62-
YUV188.68163.1684-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.67%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=21.67%
G=35.49%
B=42.83%

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
Decimal1272082510.490.1700.02200.8193.9474.12
Hex7FD0FB311102c95e4a
Octal177320373612102311136112
Binary11111111101000011111011110001100010101100100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,208,251); }

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

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

 a { background-color: rgb(127,208,251); }

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

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

 span { border-color: rgb(127,208,251); }

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