#7BD6EF

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

Shades of Sky Blue #7BD6EF

Tints of Sky Blue #7BD6EF

Color information

#7BD6EF (or 0x7BD6EF) is unknown color: approx Sky Blue. HEX triplet: 7B, D6 and EF. RGB value is (123,214,239). Sum of RGB (Red+Green+Blue) = 123+214+239=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BD6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD6EF is #842910. Grayscale: #BDBDBD. Windows color (decimal): -8661265 or 15718011. OLE color: 15718011.

HSL color Cylindrical-coordinate representation of color #7BD6EF: hue angle of 192.93º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BD6EF is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123214239-
CMYK0.490.1000.06
HSL192.93º78.38%70.98%-
HSV(B)192.93º48.54%93.73%-
XYZ47.7958.5490.44-
YUV189.64155.8580.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.35%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=21.35%
G=37.15%
B=41.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232142390.490.1000.06192.9378.3870.98
Hex7BD6EF31A06c14e47
Octal173326357611206301116107
Binary11110111101011011101111110001101001101100000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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