Html Css Color HEX #7BACDF Jordy Blue

📋 copy color: '#7BACDF'

red 123 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #7BACDF

Tints of Jordy Blue #7BACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 23.75%
G = 33.2%
B = 43.05%

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

#7BACDF (or 0x7BACDF) is known color: Jordy Blue. HEX triplet: 7B, AC and DF. RGB value is (123,172,223). Sum of RGB (Red+Green+Blue) = 123+172+223=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACDF is #845320. Grayscale: #A2A2A2. Windows color (decimal): -8672033 or 14658683. OLE color: 14658683.

HSL color Cylindrical-coordinate representation of color #7BACDF: hue angle of 210.6º degrees, saturation: 0.61, 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 #7BACDF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 172 223 -
CMYK 0.45 0.23 0 0.13
HSL 210.6º 0.61% 0.68% -
HSV(B) 210.6º 0.45% 0.87% -
XYZ 36.24 39.04 75.44 -
YUV 163.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 123 172 223 0.45 0.23 0 0.13 210.6 0.61 0.68
Hex 7B AC DF 2D 17 0 D D3 3D 44
Octal 173 254 337 55 27 0 15 323 75 104
Binary 1111011 10101100 11011111 101101 10111 0 1101 11010011 111101 1000100

Color Harmonies of #7BACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACDF

Black with #7BACDF

Text Example


Text Example

White with #7BACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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