Html Css Color HEX #79B2DB Jordy Blue

📋 copy color: '#79B2DB'

red 121 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #79B2DB

Tints of Jordy Blue #79B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 23.36%
G = 34.36%
B = 42.28%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79B2DB (or 0x79B2DB) is known color: Jordy Blue. HEX triplet: 79, B2 and DB. RGB value is (121,178,219). Sum of RGB (Red+Green+Blue) = 121+178+219=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #79B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2DB is #864D24. Grayscale: #A5A5A5. Windows color (decimal): -8801573 or 14398073. OLE color: 14398073.

HSL color Cylindrical-coordinate representation of color #79B2DB: hue angle of 205.1º 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 #79B2DB is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 178 219 -
CMYK 0.45 0.19 0 0.14
HSL 205.1º 0.58% 0.67% -
HSV(B) 205.1º 0.45% 0.86% -
XYZ 36.59 41.02 73.01 -
YUV 165.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 121 178 219 0.45 0.19 0 0.14 205.1 0.58 0.67
Hex 79 B2 DB 2D 13 0 E CD 3A 43
Octal 171 262 333 55 23 0 16 315 72 103
Binary 1111001 10110010 11011011 101101 10011 0 1110 11001101 111010 1000011

Color Harmonies of #79B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B2DB

Black with #79B2DB

Text Example


Text Example

White with #79B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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