#7BB7E2

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

Shades of Jordy Blue #7BB7E2

Tints of Jordy Blue #7BB7E2

Color information

#7BB7E2 (or 0x7BB7E2) is unknown color: approx Jordy Blue. HEX triplet: 7B, B7 and E2. RGB value is (123,183,226). Sum of RGB (Red+Green+Blue) = 123+183+226=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #7BB7E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB7E2 is #84481D. Grayscale: #A9A9A9. Windows color (decimal): -8669214 or 14858107. OLE color: 14858107.

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

Color convert

RGB123183226-
CMYK0.460.1900.11
HSL205.05º63.98%68.43%-
HSV(B)205.05º45.58%88.63%-
XYZ38.8343.5778.31-
YUV169.96159.6294.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.12%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=23.12%
G=34.40%
B=42.48%

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
Decimal1231832260.460.1900.11205.0563.9868.43
Hex7BB7E22E130Bcd4044
Octal1732673425623013315100104
Binary1111011101101111110001010111010011010111100110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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