Html Css Color HEX #79B4E9 Jordy Blue

📋 copy color: '#79B4E9'

red 121 ◦ green 180 ◦ blue 233

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

Shades of Jordy Blue #79B4E9

Tints of Jordy Blue #79B4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 22.66%
G = 33.71%
B = 43.63%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#79B4E9 (or 0x79B4E9) is known color: Jordy Blue. HEX triplet: 79, B4 and E9. RGB value is (121,180,233). Sum of RGB (Red+Green+Blue) = 121+180+233=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #79B4E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B4E9 is #864B16. Grayscale: #A8A8A8. Windows color (decimal): -8801047 or 15316089. OLE color: 15316089.

HSL color Cylindrical-coordinate representation of color #79B4E9: hue angle of 208.39º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79B4E9 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 180 233 -
CMYK 0.48 0.23 0 0.09
HSL 208.39º 0.72% 0.69% -
HSV(B) 208.39º 0.48% 0.91% -
XYZ 38.91 42.59 83.26 -
YUV 168.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 121 180 233 0.48 0.23 0 0.09 208.39 0.72 0.69
Hex 79 B4 E9 30 17 0 9 D0 48 45
Octal 171 264 351 60 27 0 11 320 110 105
Binary 1111001 10110100 11101001 110000 10111 0 1001 11010000 1001000 1000101

Color Harmonies of #79B4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B4E9

Black with #79B4E9

Text Example


Text Example

White with #79B4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,180,233); }

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

background-color css

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

 a { background-color: rgb(121,180,233); }

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

border-color css

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

 span { border-color: rgb(121,180,233); }

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