#7FCBED

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

Shades of Sky Blue #7FCBED

Tints of Sky Blue #7FCBED

Color information

#7FCBED (or 0x7FCBED) is unknown color: approx Sky Blue. HEX triplet: 7F, CB and ED. RGB value is (127,203,237). Sum of RGB (Red+Green+Blue) = 127+203+237=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBED is #803412. Grayscale: #B7B7B7. Windows color (decimal): -8401939 or 15584127. OLE color: 15584127.

HSL color Cylindrical-coordinate representation of color #7FCBED: hue angle of 198.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FCBED is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127203237-
CMYK0.460.1400.07
HSL198.55º75.34%71.37%-
HSV(B)198.55º46.41%92.94%-
XYZ45.3953.3488.02-
YUV184.15157.8287.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.40%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=22.40%
G=35.80%
B=41.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272032370.460.1400.07198.5575.3471.37
Hex7FCBED2EE07c74b47
Octal177313355561607307113107
Binary11111111100101111101101101110111001111100011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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