Html Css Color HEX #7BADE0 Jordy Blue

📋 copy color: '#7BADE0'

red 123 ◦ green 173 ◦ blue 224

#7BADE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7BADE0

Tints of Jordy Blue #7BADE0

RGB

 RED value IS 123 (48.44% from 255) = 23.65%

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 23.65%
G = 33.27%
B = 43.08%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7BADE0 (or 0x7BADE0) is known color: Jordy Blue. HEX triplet: 7B, AD and E0. RGB value is (123,173,224). Sum of RGB (Red+Green+Blue) = 123+173+224=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADE0 is #84521F. Grayscale: #A3A3A3. Windows color (decimal): -8671776 or 14724475. OLE color: 14724475.

HSL color Cylindrical-coordinate representation of color #7BADE0: hue angle of 210.3º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BADE0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 173 224 -
CMYK 0.45 0.23 0 0.12
HSL 210.3º 0.62% 0.68% -
HSV(B) 210.3º 0.45% 0.88% -
XYZ 36.57 39.48 76.21 -
YUV 163.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 123 173 224 0.45 0.23 0 0.12 210.3 0.62 0.68
Hex 7B AD E0 2D 17 0 C D2 3E 44
Octal 173 255 340 55 27 0 14 322 76 104
Binary 1111011 10101101 11100000 101101 10111 0 1100 11010010 111110 1000100

Color Harmonies of #7BADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADE0

Black with #7BADE0

Text Example


Text Example

White with #7BADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BADE0;
 }
 .AnyTagClassName
 {
   color: #7BADE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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