Html Css Color HEX #7CACDD Jordy Blue

📋 copy color: '#7CACDD'

red 124 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #7CACDD

Tints of Jordy Blue #7CACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 23.98%
G = 33.27%
B = 42.75%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CACDD (or 0x7CACDD) is known color: Jordy Blue. HEX triplet: 7C, AC and DD. RGB value is (124,172,221). Sum of RGB (Red+Green+Blue) = 124+172+221=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDD is #835322. Grayscale: #A2A2A2. Windows color (decimal): -8606499 or 14527612. OLE color: 14527612.

HSL color Cylindrical-coordinate representation of color #7CACDD: hue angle of 210.31º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CACDD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 172 221 -
CMYK 0.44 0.22 0 0.13
HSL 210.31º 0.59% 0.68% -
HSV(B) 210.31º 0.44% 0.87% -
XYZ 36.12 39.01 74.03 -
YUV 163.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 124 172 221 0.44 0.22 0 0.13 210.31 0.59 0.68
Hex 7C AC DD 2C 16 0 D D2 3B 44
Octal 174 254 335 54 26 0 15 322 73 104
Binary 1111100 10101100 11011101 101100 10110 0 1101 11010010 111011 1000100

Color Harmonies of #7CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACDD

Black with #7CACDD

Text Example


Text Example

White with #7CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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