Html Css Color HEX #79B4DE Jordy Blue

📋 copy color: '#79B4DE'

red 121 ◦ green 180 ◦ blue 222

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

Shades of Jordy Blue #79B4DE

Tints of Jordy Blue #79B4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 23.14%
G = 34.42%
B = 42.45%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79B4DE (or 0x79B4DE) is known color: Jordy Blue. HEX triplet: 79, B4 and DE. RGB value is (121,180,222). Sum of RGB (Red+Green+Blue) = 121+180+222=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #79B4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B4DE is #864B21. Grayscale: #A6A6A6. Windows color (decimal): -8801058 or 14595193. OLE color: 14595193.

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

Color convert

RGB 121 180 222 -
CMYK 0.45 0.19 0 0.13
HSL 204.95º 0.6% 0.67% -
HSV(B) 204.95º 0.45% 0.87% -
XYZ 37.39 41.98 75.24 -
YUV 167.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 121 180 222 0.45 0.19 0 0.13 204.95 0.6 0.67
Hex 79 B4 DE 2D 13 0 D CD 3C 43
Octal 171 264 336 55 23 0 15 315 74 103
Binary 1111001 10110100 11011110 101101 10011 0 1101 11001101 111100 1000011

Color Harmonies of #79B4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B4DE

Black with #79B4DE

Text Example


Text Example

White with #79B4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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