Html Css Color HEX #79B4EA Jordy Blue

📋 copy color: '#79B4EA'

red 121 ◦ green 180 ◦ blue 234

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

Shades of Jordy Blue #79B4EA

Tints of Jordy Blue #79B4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 22.62%
G = 33.64%
B = 43.74%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#79B4EA (or 0x79B4EA) is known color: Jordy Blue. HEX triplet: 79, B4 and EA. RGB value is (121,180,234). Sum of RGB (Red+Green+Blue) = 121+180+234=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #79B4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B4EA is #864B15. Grayscale: #A8A8A8. Windows color (decimal): -8801046 or 15381625. OLE color: 15381625.

HSL color Cylindrical-coordinate representation of color #79B4EA: hue angle of 208.67º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79B4EA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 180 234 -
CMYK 0.48 0.23 0 0.08
HSL 208.67º 0.73% 0.7% -
HSV(B) 208.67º 0.48% 0.92% -
XYZ 39.06 42.65 84.02 -
YUV 168.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 121 180 234 0.48 0.23 0 0.08 208.67 0.73 0.7
Hex 79 B4 EA 30 17 0 8 D1 49 46
Octal 171 264 352 60 27 0 10 321 111 106
Binary 1111001 10110100 11101010 110000 10111 0 1000 11010001 1001001 1000110

Color Harmonies of #79B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B4EA

Black with #79B4EA

Text Example


Text Example

White with #79B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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