#7BB0EB

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

Shades of Jordy Blue #7BB0EB

Tints of Jordy Blue #7BB0EB

Color information

#7BB0EB (or 0x7BB0EB) is unknown color: approx Jordy Blue. HEX triplet: 7B, B0 and EB. RGB value is (123,176,235). Sum of RGB (Red+Green+Blue) = 123+176+235=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BB0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB0EB is #844F14. Grayscale: #A6A6A6. Windows color (decimal): -8670997 or 15446139. OLE color: 15446139.

HSL color Cylindrical-coordinate representation of color #7BB0EB: hue angle of 211.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BB0EB is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123176235-
CMYK0.480.2500.08
HSL211.61º73.68%70.2%-
HSV(B)211.61º47.66%92.16%-
XYZ38.6941.2684.52-
YUV166.88166.4496.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.03%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=23.03%
G=32.96%
B=44.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231762350.480.2500.08211.6173.6870.2
Hex7BB0EB301908d44a46
Octal1732603536031010324112106
Binary1111011101100001110101111000011001010001101010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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