Html Css Color HEX #7CACD9 Jordy Blue

📋 copy color: '#7CACD9'

red 124 ◦ green 172 ◦ blue 217

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

Shades of Jordy Blue #7CACD9

Tints of Jordy Blue #7CACD9

RGB

 RED value IS 124 (48.83% from 255) = 24.17%

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

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 24.17%
G = 33.53%
B = 42.3%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7CACD9 (or 0x7CACD9) is known color: Jordy Blue. HEX triplet: 7C, AC and D9. RGB value is (124,172,217). Sum of RGB (Red+Green+Blue) = 124+172+217=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #7CACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACD9 is #835326. Grayscale: #A2A2A2. Windows color (decimal): -8606503 or 14265468. OLE color: 14265468.

HSL color Cylindrical-coordinate representation of color #7CACD9: hue angle of 209.03º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CACD9 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 172 217 -
CMYK 0.43 0.21 0 0.15
HSL 209.03º 0.55% 0.67% -
HSV(B) 209.03º 0.43% 0.85% -
XYZ 35.59 38.8 71.26 -
YUV 162.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 124 172 217 0.43 0.21 0 0.15 209.03 0.55 0.67
Hex 7C AC D9 2B 15 0 F D1 37 43
Octal 174 254 331 53 25 0 17 321 67 103
Binary 1111100 10101100 11011001 101011 10101 0 1111 11010001 110111 1000011

Color Harmonies of #7CACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACD9

Black with #7CACD9

Text Example


Text Example

White with #7CACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CACD9; }

 p { color: rgb(124,172,217); }

 H1.HeaderClassName
 {
   color: #7CACD9;
 }
 .AnyTagClassName
 {
   color: #7CACD9;
 }
</style>

background-color css

<style>
 a { background-color: #7CACD9; }

 a { background-color: rgb(124,172,217); }

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

border-color css

<style>
 span { border-color: #7CACD9; }

 span { border-color: rgb(124,172,217); }

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