#7BB7E3

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

Shades of Jordy Blue #7BB7E3

Tints of Jordy Blue #7BB7E3

Color information

#7BB7E3 (or 0x7BB7E3) is unknown color: approx Jordy Blue. HEX triplet: 7B, B7 and E3. RGB value is (123,183,227). Sum of RGB (Red+Green+Blue) = 123+183+227=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #7BB7E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB7E3 is #84481C. Grayscale: #A9A9A9. Windows color (decimal): -8669213 or 14923643. OLE color: 14923643.

HSL color Cylindrical-coordinate representation of color #7BB7E3: hue angle of 205.38º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BB7E3 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123183227-
CMYK0.460.1900.11
HSL205.38º65%68.63%-
HSV(B)205.38º45.81%89.02%-
XYZ38.9743.6279.04-
YUV170.08160.1294.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.08%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=23.08%
G=34.33%
B=42.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1231832270.460.1900.11205.386568.63
Hex7BB7E32E130Bcd4145
Octal1732673435623013315101105
Binary1111011101101111110001110111010011010111100110110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,183,227); }

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

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

 a { background-color: rgb(123,183,227); }

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

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

 span { border-color: rgb(123,183,227); }

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