Html Css Color HEX #79B0DD Jordy Blue

📋 copy color: '#79B0DD'

red 121 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #79B0DD

Tints of Jordy Blue #79B0DD

RGB

 RED value IS 121 (47.66% from 255) = 23.36%

 GREEN value IS 176 (69.14% from 255) = 33.98%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 23.36%
G = 33.98%
B = 42.66%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79B0DD (or 0x79B0DD) is known color: Jordy Blue. HEX triplet: 79, B0 and DD. RGB value is (121,176,221). Sum of RGB (Red+Green+Blue) = 121+176+221=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #79B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0DD is #864F22. Grayscale: #A4A4A4. Windows color (decimal): -8802083 or 14528633. OLE color: 14528633.

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

Color convert

RGB 121 176 221 -
CMYK 0.45 0.20 0 0.13
HSL 207º 0.6% 0.67% -
HSV(B) 207º 0.45% 0.87% -
XYZ 36.46 40.34 74.27 -
YUV 164.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 121 176 221 0.45 0.20 0 0.13 207 0.6 0.67
Hex 79 B0 DD 2D 14 0 D CF 3C 43
Octal 171 260 335 55 24 0 15 317 74 103
Binary 1111001 10110000 11011101 101101 10100 0 1101 11001111 111100 1000011

Color Harmonies of #79B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B0DD

Black with #79B0DD

Text Example


Text Example

White with #79B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79B0DD; }

 p { color: rgb(121,176,221); }

 H1.HeaderClassName
 {
   color: #79B0DD;
 }
 .AnyTagClassName
 {
   color: #79B0DD;
 }
</style>

background-color css

<style>
 a { background-color: #79B0DD; }

 a { background-color: rgb(121,176,221); }

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

border-color css

<style>
 span { border-color: #79B0DD; }

 span { border-color: rgb(121,176,221); }

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