Html Css Color HEX #79ACD3 Jordy Blue

📋 copy color: '#79ACD3'

red 121 ◦ green 172 ◦ blue 211

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

Shades of Jordy Blue #79ACD3

Tints of Jordy Blue #79ACD3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 24.01%
G = 34.13%
B = 41.87%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#79ACD3 (or 0x79ACD3) is known color: Jordy Blue. HEX triplet: 79, AC and D3. RGB value is (121,172,211). Sum of RGB (Red+Green+Blue) = 121+172+211=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #79ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACD3 is #86532C. Grayscale: #A0A0A0. Windows color (decimal): -8803117 or 13872249. OLE color: 13872249.

HSL color Cylindrical-coordinate representation of color #79ACD3: hue angle of 206º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79ACD3 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 121 172 211 -
CMYK 0.43 0.18 0 0.17
HSL 206º 0.51% 0.65% -
HSV(B) 206º 0.43% 0.83% -
XYZ 34.4 38.27 67.2 -
YUV 161.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 121 172 211 0.43 0.18 0 0.17 206 0.51 0.65
Hex 79 AC D3 2B 12 0 11 CE 33 41
Octal 171 254 323 53 22 0 21 316 63 101
Binary 1111001 10101100 11010011 101011 10010 0 10001 11001110 110011 1000001

Color Harmonies of #79ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ACD3

Black with #79ACD3

Text Example


Text Example

White with #79ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,172,211); }

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

background-color css

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

 a { background-color: rgb(121,172,211); }

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

border-color css

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

 span { border-color: rgb(121,172,211); }

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