Html Css Color HEX #7BAEDF Jordy Blue

📋 copy color: '#7BAEDF'

red 123 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #7BAEDF

Tints of Jordy Blue #7BAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 23.65%
G = 33.46%
B = 42.88%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BAEDF (or 0x7BAEDF) is known color: Jordy Blue. HEX triplet: 7B, AE and DF. RGB value is (123,174,223). Sum of RGB (Red+Green+Blue) = 123+174+223=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEDF is #845120. Grayscale: #A4A4A4. Windows color (decimal): -8671521 or 14659195. OLE color: 14659195.

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

Color convert

RGB 123 174 223 -
CMYK 0.45 0.22 0 0.13
HSL 209.4º 0.61% 0.68% -
HSV(B) 209.4º 0.45% 0.87% -
XYZ 36.62 39.81 75.57 -
YUV 164.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 123 174 223 0.45 0.22 0 0.13 209.4 0.61 0.68
Hex 7B AE DF 2D 16 0 D D1 3D 44
Octal 173 256 337 55 26 0 15 321 75 104
Binary 1111011 10101110 11011111 101101 10110 0 1101 11010001 111101 1000100

Color Harmonies of #7BAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEDF

Black with #7BAEDF

Text Example


Text Example

White with #7BAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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