Html Css Color HEX #7BABDD Jordy Blue

📋 copy color: '#7BABDD'

red 123 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #7BABDD

Tints of Jordy Blue #7BABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

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

R = 23.88%
G = 33.2%
B = 42.91%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BABDD (or 0x7BABDD) is known color: Jordy Blue. HEX triplet: 7B, AB and DD. RGB value is (123,171,221). Sum of RGB (Red+Green+Blue) = 123+171+221=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABDD is #845422. Grayscale: #A2A2A2. Windows color (decimal): -8672291 or 14527355. OLE color: 14527355.

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

Color convert

RGB 123 171 221 -
CMYK 0.44 0.23 0 0.13
HSL 210.61º 0.59% 0.67% -
HSV(B) 210.61º 0.44% 0.87% -
XYZ 35.78 38.56 73.96 -
YUV 162.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 123 171 221 0.44 0.23 0 0.13 210.61 0.59 0.67
Hex 7B AB DD 2C 17 0 D D3 3B 43
Octal 173 253 335 54 27 0 15 323 73 103
Binary 1111011 10101011 11011101 101100 10111 0 1101 11010011 111011 1000011

Color Harmonies of #7BABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABDD

Black with #7BABDD

Text Example


Text Example

White with #7BABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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