Html Css Color HEX #7BAAE8 Jordy Blue

📋 copy color: '#7BAAE8'

red 123 ◦ green 170 ◦ blue 232

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

Shades of Jordy Blue #7BAAE8

Tints of Jordy Blue #7BAAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.38%

 BLUE value IS 232 (91.02% from 255) = 44.19%

R = 23.43%
G = 32.38%
B = 44.19%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7BAAE8 (or 0x7BAAE8) is known color: Jordy Blue. HEX triplet: 7B, AA and E8. RGB value is (123,170,232). Sum of RGB (Red+Green+Blue) = 123+170+232=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #7BAAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAE8 is #845517. Grayscale: #A2A2A2. Windows color (decimal): -8672536 or 15247995. OLE color: 15247995.

HSL color Cylindrical-coordinate representation of color #7BAAE8: hue angle of 214.13º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BAAE8 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 123 170 232 -
CMYK 0.47 0.27 0 0.09
HSL 214.13º 0.7% 0.7% -
HSV(B) 214.13º 0.47% 0.91% -
XYZ 37.11 38.79 81.87 -
YUV 163.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 123 170 232 0.47 0.27 0 0.09 214.13 0.7 0.7
Hex 7B AA E8 2F 1B 0 9 D6 46 46
Octal 173 252 350 57 33 0 11 326 106 106
Binary 1111011 10101010 11101000 101111 11011 0 1001 11010110 1000110 1000110

Color Harmonies of #7BAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAAE8

Black with #7BAAE8

Text Example


Text Example

White with #7BAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,232); }

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

background-color css

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

 a { background-color: rgb(123,170,232); }

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

border-color css

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

 span { border-color: rgb(123,170,232); }

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