Html Css Color HEX #7BAAEB Jordy Blue

📋 copy color: '#7BAAEB'

red 123 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #7BAAEB

Tints of Jordy Blue #7BAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 23.3%
G = 32.2%
B = 44.51%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BAAEB (or 0x7BAAEB) is known color: Jordy Blue. HEX triplet: 7B, AA and EB. RGB value is (123,170,235). Sum of RGB (Red+Green+Blue) = 123+170+235=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAEB is #845514. Grayscale: #A3A3A3. Windows color (decimal): -8672533 or 15444603. OLE color: 15444603.

HSL color Cylindrical-coordinate representation of color #7BAAEB: hue angle of 214.82º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BAAEB is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 170 235 -
CMYK 0.48 0.28 0 0.08
HSL 214.82º 0.74% 0.7% -
HSV(B) 214.82º 0.48% 0.92% -
XYZ 37.54 38.96 84.14 -
YUV 163.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 123 170 235 0.48 0.28 0 0.08 214.82 0.74 0.7
Hex 7B AA EB 30 1C 0 8 D7 4A 46
Octal 173 252 353 60 34 0 10 327 112 106
Binary 1111011 10101010 11101011 110000 11100 0 1000 11010111 1001010 1000110

Color Harmonies of #7BAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAAEB

Black with #7BAAEB

Text Example


Text Example

White with #7BAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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