#7BB0EC

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

Shades of Jordy Blue #7BB0EC

Tints of Jordy Blue #7BB0EC

Color information

#7BB0EC (or 0x7BB0EC) is unknown color: approx Jordy Blue. HEX triplet: 7B, B0 and EC. RGB value is (123,176,236). Sum of RGB (Red+Green+Blue) = 123+176+236=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB0EC is #844F13. Grayscale: #A6A6A6. Windows color (decimal): -8670996 or 15511675. OLE color: 15511675.

HSL color Cylindrical-coordinate representation of color #7BB0EC: hue angle of 211.86º 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 #7BB0EC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123176236-
CMYK0.480.2500.07
HSL211.86º74.83%70.39%-
HSV(B)211.86º47.88%92.55%-
XYZ38.8341.3285.29-
YUV166.99166.9496.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.99%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=22.99%
G=32.90%
B=44.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231762360.480.2500.07211.8674.8370.39
Hex7BB0EC301907d44b46
Octal173260354603107324113106
Binary111101110110000111011001100001100101111101010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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