Html Css Color HEX #7BAADC Jordy Blue

📋 copy color: '#7BAADC'

red 123 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #7BAADC

Tints of Jordy Blue #7BAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 23.98%
G = 33.14%
B = 42.88%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BAADC (or 0x7BAADC) is known color: Jordy Blue. HEX triplet: 7B, AA and DC. RGB value is (123,170,220). Sum of RGB (Red+Green+Blue) = 123+170+220=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAADC is #845523. Grayscale: #A1A1A1. Windows color (decimal): -8672548 or 14461563. OLE color: 14461563.

HSL color Cylindrical-coordinate representation of color #7BAADC: hue angle of 210.93º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAADC is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 170 220 -
CMYK 0.44 0.23 0 0.14
HSL 210.93º 0.58% 0.67% -
HSV(B) 210.93º 0.44% 0.86% -
XYZ 35.46 38.13 73.2 -
YUV 161.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 123 170 220 0.44 0.23 0 0.14 210.93 0.58 0.67
Hex 7B AA DC 2C 17 0 E D3 3A 43
Octal 173 252 334 54 27 0 16 323 72 103
Binary 1111011 10101010 11011100 101100 10111 0 1110 11010011 111010 1000011

Color Harmonies of #7BAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAADC

Black with #7BAADC

Text Example


Text Example

White with #7BAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,220); }

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

background-color css

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

 a { background-color: rgb(123,170,220); }

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

border-color css

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

 span { border-color: rgb(123,170,220); }

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