Html Css Color HEX #7BABE0 Jordy Blue

📋 copy color: '#7BABE0'

red 123 ◦ green 171 ◦ blue 224

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

Shades of Jordy Blue #7BABE0

Tints of Jordy Blue #7BABE0

RGB

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

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

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

R = 23.75%
G = 33.01%
B = 43.24%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7BABE0 (or 0x7BABE0) is known color: Jordy Blue. HEX triplet: 7B, AB and E0. RGB value is (123,171,224). Sum of RGB (Red+Green+Blue) = 123+171+224=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABE0 is #84541F. Grayscale: #A2A2A2. Windows color (decimal): -8672288 or 14723963. OLE color: 14723963.

HSL color Cylindrical-coordinate representation of color #7BABE0: hue angle of 211.49º 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 #7BABE0 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 171 224 -
CMYK 0.45 0.24 0 0.12
HSL 211.49º 0.62% 0.68% -
HSV(B) 211.49º 0.45% 0.88% -
XYZ 36.19 38.72 76.09 -
YUV 162.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 123 171 224 0.45 0.24 0 0.12 211.49 0.62 0.68
Hex 7B AB E0 2D 18 0 C D3 3E 44
Octal 173 253 340 55 30 0 14 323 76 104
Binary 1111011 10101011 11100000 101101 11000 0 1100 11010011 111110 1000100

Color Harmonies of #7BABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABE0

Black with #7BABE0

Text Example


Text Example

White with #7BABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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