Html Css Color HEX #7BACEA Jordy Blue

📋 copy color: '#7BACEA'

red 123 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #7BACEA

Tints of Jordy Blue #7BACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 23.25%
G = 32.51%
B = 44.23%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BACEA (or 0x7BACEA) is known color: Jordy Blue. HEX triplet: 7B, AC and EA. RGB value is (123,172,234). Sum of RGB (Red+Green+Blue) = 123+172+234=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACEA is #845315. Grayscale: #A4A4A4. Windows color (decimal): -8672022 or 15379579. OLE color: 15379579.

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

Color convert

RGB 123 172 234 -
CMYK 0.47 0.26 0 0.08
HSL 213.51º 0.73% 0.7% -
HSV(B) 213.51º 0.47% 0.92% -
XYZ 37.77 39.66 83.51 -
YUV 164.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 123 172 234 0.47 0.26 0 0.08 213.51 0.73 0.7
Hex 7B AC EA 2F 1A 0 8 D6 49 46
Octal 173 254 352 57 32 0 10 326 111 106
Binary 1111011 10101100 11101010 101111 11010 0 1000 11010110 1001001 1000110

Color Harmonies of #7BACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACEA

Black with #7BACEA

Text Example


Text Example

White with #7BACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,234); }

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

background-color css

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

 a { background-color: rgb(123,172,234); }

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

border-color css

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

 span { border-color: rgb(123,172,234); }

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