#7BADDD

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

Shades of Jordy Blue #7BADDD

Tints of Jordy Blue #7BADDD

Color information

#7BADDD (or 0x7BADDD) is unknown color: approx Jordy Blue. HEX triplet: 7B, AD and DD. RGB value is (123,173,221). Sum of RGB (Red+Green+Blue) = 123+173+221=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADDD is #845222. Grayscale: #A3A3A3. Windows color (decimal): -8671779 or 14527867. OLE color: 14527867.

HSL color Cylindrical-coordinate representation of color #7BADDD: hue angle of 209.39º 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 #7BADDD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123173221-
CMYK0.440.2200.13
HSL209.39º59.04%67.45%-
HSV(B)209.39º44.34%86.67%-
XYZ36.1639.3274.09-
YUV163.52160.4499.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.79%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=23.79%
G=33.46%
B=42.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231732210.440.2200.13209.3959.0467.45
Hex7BADDD2C160Dd13b43
Octal173255335542601532173103
Binary111101110101101110111011011001011001101110100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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