#7FCBEF

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

Shades of Sky Blue #7FCBEF

Tints of Sky Blue #7FCBEF

Color information

#7FCBEF (or 0x7FCBEF) is unknown color: approx Sky Blue. HEX triplet: 7F, CB and EF. RGB value is (127,203,239). Sum of RGB (Red+Green+Blue) = 127+203+239=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FCBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBEF is #803410. Grayscale: #B8B8B8. Windows color (decimal): -8401937 or 15715199. OLE color: 15715199.

HSL color Cylindrical-coordinate representation of color #7FCBEF: hue angle of 199.29º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FCBEF is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB127203239-
CMYK0.470.1500.06
HSL199.29º77.78%71.76%-
HSV(B)199.29º46.86%93.73%-
XYZ45.6953.4689.57-
YUV184.38158.8287.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.32%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=22.32%
G=35.68%
B=42.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1272032390.470.1500.06199.2977.7871.76
Hex7FCBEF2FF06c74e48
Octal177313357571706307116110
Binary11111111100101111101111101111111101101100011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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