#7FCDFF

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

Shades of Light Sky Blue #7FCDFF

Tints of Light Sky Blue #7FCDFF

Color information

#7FCDFF (or 0x7FCDFF) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CD and FF. RGB value is (127,205,255). Sum of RGB (Red+Green+Blue) = 127+205+255=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCDFF is #803200. Grayscale: #BBBBBB. Windows color (decimal): -8401409 or 16764287. OLE color: 16764287.

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

Color convert

RGB127205255-
CMYK0.500.2000
HSL203.44º100%74.9%-
HSV(B)203.44º50.2%100%-
XYZ48.6355.39102.74-
YUV187.38166.1684.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.64%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 255 (100% from 255) = 43.44%
R=21.64%
G=34.92%
B=43.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272052550.500.2000203.4410074.9
Hex7FCDFF321400cb644b
Octal177315377622400313144113
Binary1111111110011011111111111001010100001100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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