Html Css Color HEX #7BACDE Jordy Blue

📋 copy color: '#7BACDE'

red 123 ◦ green 172 ◦ blue 222

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

Shades of Jordy Blue #7BACDE

Tints of Jordy Blue #7BACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 23.79%
G = 33.27%
B = 42.94%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BACDE (or 0x7BACDE) is known color: Jordy Blue. HEX triplet: 7B, AC and DE. RGB value is (123,172,222). Sum of RGB (Red+Green+Blue) = 123+172+222=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACDE is #845321. Grayscale: #A2A2A2. Windows color (decimal): -8672034 or 14593147. OLE color: 14593147.

HSL color Cylindrical-coordinate representation of color #7BACDE: hue angle of 210.3º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BACDE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 172 222 -
CMYK 0.45 0.23 0 0.13
HSL 210.3º 0.6% 0.68% -
HSV(B) 210.3º 0.45% 0.87% -
XYZ 36.11 38.99 74.73 -
YUV 163.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 123 172 222 0.45 0.23 0 0.13 210.3 0.6 0.68
Hex 7B AC DE 2D 17 0 D D2 3C 44
Octal 173 254 336 55 27 0 15 322 74 104
Binary 1111011 10101100 11011110 101101 10111 0 1101 11010010 111100 1000100

Color Harmonies of #7BACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACDE

Black with #7BACDE

Text Example


Text Example

White with #7BACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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