#7BCFF1

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

Shades of Sky Blue #7BCFF1

Tints of Sky Blue #7BCFF1

Color information

#7BCFF1 (or 0x7BCFF1) is unknown color: approx Sky Blue. HEX triplet: 7B, CF and F1. RGB value is (123,207,241). Sum of RGB (Red+Green+Blue) = 123+207+241=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCFF1 is #84300E. Grayscale: #B9B9B9. Windows color (decimal): -8663055 or 15847291. OLE color: 15847291.

HSL color Cylindrical-coordinate representation of color #7BCFF1: hue angle of 197.29º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BCFF1 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123207241-
CMYK0.490.1400.05
HSL197.29º80.82%71.37%-
HSV(B)197.29º48.96%94.51%-
XYZ46.3655.1991.43-
YUV185.76159.1783.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.54%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=21.54%
G=36.25%
B=42.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232072410.490.1400.05197.2980.8271.37
Hex7BCFF131E05c55147
Octal173317361611605305121107
Binary11110111100111111110001110001111001011100010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,207,241); }

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

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

 a { background-color: rgb(123,207,241); }

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

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

 span { border-color: rgb(123,207,241); }

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