#7FCBFB

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

Shades of Light Sky Blue #7FCBFB

Tints of Light Sky Blue #7FCBFB

Color information

#7FCBFB (or 0x7FCBFB) is unknown color: approx Light Sky Blue. HEX triplet: 7F, CB and FB. RGB value is (127,203,251). Sum of RGB (Red+Green+Blue) = 127+203+251=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FCBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBFB is #803404. Grayscale: #B9B9B9. Windows color (decimal): -8401925 or 16501631. OLE color: 16501631.

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

Color convert

RGB127203251-
CMYK0.490.1900.02
HSL203.23º93.94%74.12%-
HSV(B)203.23º49.4%98.43%-
XYZ47.5254.1999.22-
YUV185.75164.8286.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.86%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=21.86%
G=34.94%
B=43.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272032510.490.1900.02203.2393.9474.12
Hex7FCBFB311302cb5e4a
Octal177313373612302313136112
Binary11111111100101111111011110001100110101100101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,251); }

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

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

 a { background-color: rgb(127,203,251); }

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

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

 span { border-color: rgb(127,203,251); }

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