#7BD8F5

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

Shades of Sky Blue #7BD8F5

Tints of Sky Blue #7BD8F5

Color information

#7BD8F5 (or 0x7BD8F5) is unknown color: approx Sky Blue. HEX triplet: 7B, D8 and F5. RGB value is (123,216,245). Sum of RGB (Red+Green+Blue) = 123+216+245=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BD8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD8F5 is #84270A. Grayscale: #BFBFBF. Windows color (decimal): -8660747 or 16111739. OLE color: 16111739.

HSL color Cylindrical-coordinate representation of color #7BD8F5: hue angle of 194.26º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BD8F5 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123216245-
CMYK0.500.1200.04
HSL194.26º85.92%72.16%-
HSV(B)194.26º49.8%96.08%-
XYZ49.2159.9295.36-
YUV191.5158.1979.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.06%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=21.06%
G=36.99%
B=41.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232162450.500.1200.04194.2685.9272.16
Hex7BD8F532C04c25648
Octal173330365621404302126110
Binary11110111101100011110101110010110001001100001010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,216,245); }

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

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

 a { background-color: rgb(123,216,245); }

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

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

 span { border-color: rgb(123,216,245); }

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