Html Css Color HEX #7BAEE0 Jordy Blue

📋 copy color: '#7BAEE0'

red 123 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #7BAEE0

Tints of Jordy Blue #7BAEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

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

R = 23.61%
G = 33.4%
B = 42.99%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7BAEE0 (or 0x7BAEE0) is known color: Jordy Blue. HEX triplet: 7B, AE and E0. RGB value is (123,174,224). Sum of RGB (Red+Green+Blue) = 123+174+224=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEE0 is #84511F. Grayscale: #A4A4A4. Windows color (decimal): -8671520 or 14724731. OLE color: 14724731.

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

Color convert

RGB 123 174 224 -
CMYK 0.45 0.22 0 0.12
HSL 209.7º 0.62% 0.68% -
HSV(B) 209.7º 0.45% 0.88% -
XYZ 36.76 39.86 76.28 -
YUV 164.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 123 174 224 0.45 0.22 0 0.12 209.7 0.62 0.68
Hex 7B AE E0 2D 16 0 C D2 3E 44
Octal 173 256 340 55 26 0 14 322 76 104
Binary 1111011 10101110 11100000 101101 10110 0 1100 11010010 111110 1000100

Color Harmonies of #7BAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEE0

Black with #7BAEE0

Text Example


Text Example

White with #7BAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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