#7bdcf5

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

Shades of Sky Blue #7BDCF5

Tints of Sky Blue #7BDCF5

Color information

#7BDCF5 (or 0x7BDCF5) is unknown color: approx Sky Blue. HEX triplet: 7B, DC and F5. RGB value is (123,220,245). Sum of RGB (Red+Green+Blue) = 123+220+245=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BDCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDCF5 is #84230A. Grayscale: #C1C1C1. Windows color (decimal): -8659723 or 16112763. OLE color: 16112763.

HSL color Cylindrical-coordinate representation of color #7BDCF5: hue angle of 192.3º 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 #7BDCF5 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123220245-
CMYK0.500.1000.04
HSL192.3º85.92%72.16%-
HSV(B)192.3º49.8%96.08%-
XYZ50.2461.9995.7-
YUV193.85156.8677.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.92%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=20.92%
G=37.41%
B=41.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232202450.500.1000.04192.385.9272.16
Hex7BDCF532A04c05648
Octal173334365621204300126110
Binary11110111101110011110101110010101001001100000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bdcf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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