#7BADEA

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

Shades of Jordy Blue #7BADEA

Tints of Jordy Blue #7BADEA

Color information

#7BADEA (or 0x7BADEA) is unknown color: approx Jordy Blue. HEX triplet: 7B, AD and EA. RGB value is (123,173,234). Sum of RGB (Red+Green+Blue) = 123+173+234=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADEA is #845215. Grayscale: #A4A4A4. Windows color (decimal): -8671766 or 15379835. OLE color: 15379835.

HSL color Cylindrical-coordinate representation of color #7BADEA: hue angle of 212.97º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BADEA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123173234-
CMYK0.470.2600.08
HSL212.97º72.55%70%-
HSV(B)212.97º47.44%91.76%-
XYZ37.9640.0483.57-
YUV165166.9498.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=23.21%
G=32.64%
B=44.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231732340.470.2600.08212.9772.5570
Hex7BADEA2F1A08d54946
Octal1732553525732010325111106
Binary1111011101011011110101010111111010010001101010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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