Html Css Color HEX #79B0DB Jordy Blue

📋 copy color: '#79B0DB'

red 121 ◦ green 176 ◦ blue 219

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

Shades of Jordy Blue #79B0DB

Tints of Jordy Blue #79B0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 23.45%
G = 34.11%
B = 42.44%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79B0DB (or 0x79B0DB) is known color: Jordy Blue. HEX triplet: 79, B0 and DB. RGB value is (121,176,219). Sum of RGB (Red+Green+Blue) = 121+176+219=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #79B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0DB is #864F24. Grayscale: #A4A4A4. Windows color (decimal): -8802085 or 14397561. OLE color: 14397561.

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

Color convert

RGB 121 176 219 -
CMYK 0.45 0.20 0 0.14
HSL 206.33º 0.58% 0.67% -
HSV(B) 206.33º 0.45% 0.86% -
XYZ 36.2 40.23 72.88 -
YUV 164.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 121 176 219 0.45 0.20 0 0.14 206.33 0.58 0.67
Hex 79 B0 DB 2D 14 0 E CE 3A 43
Octal 171 260 333 55 24 0 16 316 72 103
Binary 1111001 10110000 11011011 101101 10100 0 1110 11001110 111010 1000011

Color Harmonies of #79B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B0DB

Black with #79B0DB

Text Example


Text Example

White with #79B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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