#7BAEDD

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

Shades of Jordy Blue #7BAEDD

Tints of Jordy Blue #7BAEDD

Color information

#7BAEDD (or 0x7BAEDD) is unknown color: approx Jordy Blue. HEX triplet: 7B, AE and DD. RGB value is (123,174,221). Sum of RGB (Red+Green+Blue) = 123+174+221=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEDD is #845122. Grayscale: #A3A3A3. Windows color (decimal): -8671523 or 14528123. OLE color: 14528123.

HSL color Cylindrical-coordinate representation of color #7BAEDD: hue angle of 208.78º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAEDD is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123174221-
CMYK0.440.2100.13
HSL208.78º59.04%67.45%-
HSV(B)208.78º44.34%86.67%-
XYZ36.3639.774.15-
YUV164.11160.198.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.75%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=23.75%
G=33.59%
B=42.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231742210.440.2100.13208.7859.0467.45
Hex7BAEDD2C150Dd13b43
Octal173256335542501532173103
Binary111101110101110110111011011001010101101110100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,221); }

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

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

 a { background-color: rgb(123,174,221); }

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

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

 span { border-color: rgb(123,174,221); }

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