#7FDCFF

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

Shades of Light Sky Blue #7FDCFF

Tints of Light Sky Blue #7FDCFF

Color information

#7FDCFF (or 0x7FDCFF) is unknown color: approx Light Sky Blue. HEX triplet: 7F, DC and FF. RGB value is (127,220,255). Sum of RGB (Red+Green+Blue) = 127+220+255=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDCFF is #802300. Grayscale: #C3C3C3. Windows color (decimal): -8397569 or 16768127. OLE color: 16768127.

HSL color Cylindrical-coordinate representation of color #7FDCFF: hue angle of 196.41º 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 #7FDCFF is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB127220255-
CMYK0.500.1400
HSL196.41º100%74.9%-
HSV(B)196.41º50.2%100%-
XYZ52.462.92103.99-
YUV196.18161.1978.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.10%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 255 (100% from 255) = 42.36%
R=21.10%
G=36.54%
B=42.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272202550.500.1400196.4110074.9
Hex7FDCFF32E00c4644b
Octal177334377621600304144113
Binary111111111011100111111111100101110001100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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