#7FD2FA

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

Shades of Light Sky Blue #7FD2FA

Tints of Light Sky Blue #7FD2FA

Color information

#7FD2FA (or 0x7FD2FA) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D2 and FA. RGB value is (127,210,250). Sum of RGB (Red+Green+Blue) = 127+210+250=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD2FA is #802D05. Grayscale: #BDBDBD. Windows color (decimal): -8400134 or 16437887. OLE color: 16437887.

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

Color convert

RGB127210250-
CMYK0.490.1600.02
HSL199.51º92.48%73.92%-
HSV(B)199.51º49.2%98.04%-
XYZ49.0557.5198.96-
YUV189.7416283.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.64%
GREEN value IS 210 (82.42% from 255) = 35.78%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=21.64%
G=35.78%
B=42.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272102500.490.1600.02199.5192.4873.92
Hex7FD2FA311002c85c4a
Octal177322372612002310134112
Binary11111111101001011111010110001100000101100100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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