Html Css Color HEX #7BACDC Jordy Blue

📋 copy color: '#7BACDC'

red 123 ◦ green 172 ◦ blue 220

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

Shades of Jordy Blue #7BACDC

Tints of Jordy Blue #7BACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

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

R = 23.88%
G = 33.4%
B = 42.72%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BACDC (or 0x7BACDC) is known color: Jordy Blue. HEX triplet: 7B, AC and DC. RGB value is (123,172,220). Sum of RGB (Red+Green+Blue) = 123+172+220=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACDC is #845323. Grayscale: #A2A2A2. Windows color (decimal): -8672036 or 14462075. OLE color: 14462075.

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

Color convert

RGB 123 172 220 -
CMYK 0.44 0.22 0 0.14
HSL 209.69º 0.58% 0.67% -
HSV(B) 209.69º 0.44% 0.86% -
XYZ 35.84 38.88 73.33 -
YUV 162.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 123 172 220 0.44 0.22 0 0.14 209.69 0.58 0.67
Hex 7B AC DC 2C 16 0 E D2 3A 43
Octal 173 254 334 54 26 0 16 322 72 103
Binary 1111011 10101100 11011100 101100 10110 0 1110 11010010 111010 1000011

Color Harmonies of #7BACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACDC

Black with #7BACDC

Text Example


Text Example

White with #7BACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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