Html Css Color HEX #7CACDF Jordy Blue

📋 copy color: '#7CACDF'

red 124 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #7CACDF

Tints of Jordy Blue #7CACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 23.89%
G = 33.14%
B = 42.97%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CACDF (or 0x7CACDF) is known color: Jordy Blue. HEX triplet: 7C, AC and DF. RGB value is (124,172,223). Sum of RGB (Red+Green+Blue) = 124+172+223=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDF is #835320. Grayscale: #A3A3A3. Windows color (decimal): -8606497 or 14658684. OLE color: 14658684.

HSL color Cylindrical-coordinate representation of color #7CACDF: hue angle of 210.91º degrees, saturation: 0.61, 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 #7CACDF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 172 223 -
CMYK 0.44 0.23 0 0.13
HSL 210.91º 0.61% 0.68% -
HSV(B) 210.91º 0.44% 0.87% -
XYZ 36.38 39.12 75.44 -
YUV 163.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 124 172 223 0.44 0.23 0 0.13 210.91 0.61 0.68
Hex 7C AC DF 2C 17 0 D D3 3D 44
Octal 174 254 337 54 27 0 15 323 75 104
Binary 1111100 10101100 11011111 101100 10111 0 1101 11010011 111101 1000100

Color Harmonies of #7CACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACDF

Black with #7CACDF

Text Example


Text Example

White with #7CACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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