Html Css Color HEX #7BAEF1 Jordy Blue

📋 copy color: '#7BAEF1'

red 123 ◦ green 174 ◦ blue 241

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

Shades of Jordy Blue #7BAEF1

Tints of Jordy Blue #7BAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 22.86%
G = 32.34%
B = 44.8%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BAEF1 (or 0x7BAEF1) is known color: Jordy Blue. HEX triplet: 7B, AE and F1. RGB value is (123,174,241). Sum of RGB (Red+Green+Blue) = 123+174+241=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEF1 is #84510E. Grayscale: #A6A6A6. Windows color (decimal): -8671503 or 15838843. OLE color: 15838843.

HSL color Cylindrical-coordinate representation of color #7BAEF1: hue angle of 214.07º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAEF1 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 174 241 -
CMYK 0.49 0.28 0 0.05
HSL 214.07º 0.81% 0.71% -
HSV(B) 214.07º 0.49% 0.95% -
XYZ 39.18 40.83 89.04 -
YUV 166.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 123 174 241 0.49 0.28 0 0.05 214.07 0.81 0.71
Hex 7B AE F1 31 1C 0 5 D6 51 47
Octal 173 256 361 61 34 0 5 326 121 107
Binary 1111011 10101110 11110001 110001 11100 0 101 11010110 1010001 1000111

Color Harmonies of #7BAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEF1

Black with #7BAEF1

Text Example


Text Example

White with #7BAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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