Html Css Color HEX #7BACDD Jordy Blue

📋 copy color: '#7BACDD'

red 123 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #7BACDD

Tints of Jordy Blue #7BACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 23.84%
G = 33.33%
B = 42.83%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BACDD (or 0x7BACDD) is known color: Jordy Blue. HEX triplet: 7B, AC and DD. RGB value is (123,172,221). Sum of RGB (Red+Green+Blue) = 123+172+221=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACDD is #845322. Grayscale: #A2A2A2. Windows color (decimal): -8672035 or 14527611. OLE color: 14527611.

HSL color Cylindrical-coordinate representation of color #7BACDD: hue angle of 210º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BACDD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 172 221 -
CMYK 0.44 0.22 0 0.13
HSL 210º 0.59% 0.67% -
HSV(B) 210º 0.44% 0.87% -
XYZ 35.97 38.94 74.03 -
YUV 162.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 123 172 221 0.44 0.22 0 0.13 210 0.59 0.67
Hex 7B AC DD 2C 16 0 D D2 3B 43
Octal 173 254 335 54 26 0 15 322 73 103
Binary 1111011 10101100 11011101 101100 10110 0 1101 11010010 111011 1000011

Color Harmonies of #7BACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACDD

Black with #7BACDD

Text Example


Text Example

White with #7BACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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