#7BCEF1

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

Shades of Sky Blue #7BCEF1

Tints of Sky Blue #7BCEF1

Color information

#7BCEF1 (or 0x7BCEF1) is unknown color: approx Sky Blue. HEX triplet: 7B, CE and F1. RGB value is (123,206,241). Sum of RGB (Red+Green+Blue) = 123+206+241=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BCEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCEF1 is #84310E. Grayscale: #B8B8B8. Windows color (decimal): -8663311 or 15847035. OLE color: 15847035.

HSL color Cylindrical-coordinate representation of color #7BCEF1: hue angle of 197.8º 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 #7BCEF1 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123206241-
CMYK0.490.1500.05
HSL197.8º80.82%71.37%-
HSV(B)197.8º48.96%94.51%-
XYZ46.1254.791.35-
YUV185.17159.583.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.58%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=21.58%
G=36.14%
B=42.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232062410.490.1500.05197.880.8271.37
Hex7BCEF131F05c65147
Octal173316361611705306121107
Binary11110111100111011110001110001111101011100011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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