#7BD6EC

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

Shades of Sky Blue #7BD6EC

Tints of Sky Blue #7BD6EC

Color information

#7BD6EC (or 0x7BD6EC) is unknown color: approx Sky Blue. HEX triplet: 7B, D6 and EC. RGB value is (123,214,236). Sum of RGB (Red+Green+Blue) = 123+214+236=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BD6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD6EC is #842913. Grayscale: #BDBDBD. Windows color (decimal): -8661268 or 15521403. OLE color: 15521403.

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

Color convert

RGB123214236-
CMYK0.480.0900.07
HSL191.68º74.83%70.39%-
HSV(B)191.68º47.88%92.55%-
XYZ47.3658.3688.13-
YUV189.3154.3580.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.47%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=21.47%
G=37.35%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232142360.480.0900.07191.6874.8370.39
Hex7BD6EC30907c04b46
Octal173326354601107300113106
Binary11110111101011011101100110000100101111100000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,214,236); }

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

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

 a { background-color: rgb(123,214,236); }

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

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

 span { border-color: rgb(123,214,236); }

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