#7BADED

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

Shades of Jordy Blue #7BADED

Tints of Jordy Blue #7BADED

Color information

#7BADED (or 0x7BADED) is unknown color: approx Jordy Blue. HEX triplet: 7B, AD and ED. RGB value is (123,173,237). Sum of RGB (Red+Green+Blue) = 123+173+237=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADED is #845212. Grayscale: #A5A5A5. Windows color (decimal): -8671763 or 15576443. OLE color: 15576443.

HSL color Cylindrical-coordinate representation of color #7BADED: hue angle of 213.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BADED is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123173237-
CMYK0.480.2700.07
HSL213.68º76%70.59%-
HSV(B)213.68º48.1%92.94%-
XYZ38.440.2185.86-
YUV165.35168.4497.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.08%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=23.08%
G=32.46%
B=44.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231732370.480.2700.07213.687670.59
Hex7BADED301B07d64c47
Octal173255355603307326114107
Binary111101110101101111011011100001101101111101011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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