#7FCDFD

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

Shades of Light Sky Blue #7FCDFD

Tints of Light Sky Blue #7FCDFD

Color information

#7FCDFD (or 0x7FCDFD) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CD and FD. RGB value is (127,205,253). Sum of RGB (Red+Green+Blue) = 127+205+253=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FCDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDFD is #803202. Grayscale: #BABABA. Windows color (decimal): -8401411 or 16633215. OLE color: 16633215.

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

Color convert

RGB127205253-
CMYK0.500.1900.01
HSL202.86º96.92%74.51%-
HSV(B)202.86º49.8%99.22%-
XYZ48.3155.27101.05-
YUV187.15165.1685.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.71%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=21.71%
G=35.04%
B=43.25%

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
Decimal1272052530.500.1900.01202.8696.9274.51
Hex7FCDFD321301cb614b
Octal177315375622301313141113
Binary1111111110011011111110111001010011011100101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,253); }

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

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

 a { background-color: rgb(127,205,253); }

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

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

 span { border-color: rgb(127,205,253); }

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