#7BB5EB

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

Shades of Jordy Blue #7BB5EB

Tints of Jordy Blue #7BB5EB

Color information

#7BB5EB (or 0x7BB5EB) is unknown color: approx Jordy Blue. HEX triplet: 7B, B5 and EB. RGB value is (123,181,235). Sum of RGB (Red+Green+Blue) = 123+181+235=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BB5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB5EB is #844A14. Grayscale: #A9A9A9. Windows color (decimal): -8669717 or 15447419. OLE color: 15447419.

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

Color convert

RGB123181235-
CMYK0.480.2300.08
HSL208.93º73.68%70.2%-
HSV(B)208.93º47.66%92.16%-
XYZ39.6943.2684.85-
YUV169.81164.7894.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=22.82%
G=33.58%
B=43.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231812350.480.2300.08208.9373.6870.2
Hex7BB5EB301708d14a46
Octal1732653536027010321112106
Binary1111011101101011110101111000010111010001101000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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