#7baaeb

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

Shades of Jordy Blue #7BAAEB

Tints of Jordy Blue #7BAAEB

Color information

#7BAAEB (or 0x7BAAEB) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and EB. RGB value is (123,170,235). Sum of RGB (Red+Green+Blue) = 123+170+235=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAEB is #845514. Grayscale: #A3A3A3. Windows color (decimal): -8672533 or 15444603. OLE color: 15444603.

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

Color convert

RGB123170235-
CMYK0.480.2800.08
HSL214.82º73.68%70.2%-
HSV(B)214.82º47.66%92.16%-
XYZ37.5438.9684.14-
YUV163.36168.4399.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=23.30%
G=32.20%
B=44.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231702350.480.2800.08214.8273.6870.2
Hex7BAAEB301C08d74a46
Octal1732523536034010327112106
Binary1111011101010101110101111000011100010001101011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7baaeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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