#7FCAF5

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

Shades of Light Sky Blue #7FCAF5

Tints of Light Sky Blue #7FCAF5

Color information

#7FCAF5 (or 0x7FCAF5) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CA and F5. RGB value is (127,202,245). Sum of RGB (Red+Green+Blue) = 127+202+245=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #7FCAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCAF5 is #80350A. Grayscale: #B8B8B8. Windows color (decimal): -8402187 or 16108159. OLE color: 16108159.

HSL color Cylindrical-coordinate representation of color #7FCAF5: hue angle of 201.86º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FCAF5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127202245-
CMYK0.480.1800.04
HSL201.86º85.51%72.94%-
HSV(B)201.86º48.16%96.08%-
XYZ46.3553.3594.24-
YUV184.48162.1587-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.13%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=22.13%
G=35.19%
B=42.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272022450.480.1800.04201.8685.5172.94
Hex7FCAF5301204ca5649
Octal177312365602204312126111
Binary111111111001010111101011100001001001001100101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,245); }

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

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

 a { background-color: rgb(127,202,245); }

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

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

 span { border-color: rgb(127,202,245); }

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