Html Css Color HEX #7CADE0 Jordy Blue

📋 copy color: '#7CADE0'

red 124 ◦ green 173 ◦ blue 224

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

Shades of Jordy Blue #7CADE0

Tints of Jordy Blue #7CADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 23.8%
G = 33.21%
B = 42.99%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7CADE0 (or 0x7CADE0) is known color: Jordy Blue. HEX triplet: 7C, AD and E0. RGB value is (124,173,224). Sum of RGB (Red+Green+Blue) = 124+173+224=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADE0 is #83521F. Grayscale: #A3A3A3. Windows color (decimal): -8606240 or 14724476. OLE color: 14724476.

HSL color Cylindrical-coordinate representation of color #7CADE0: hue angle of 210.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CADE0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 173 224 -
CMYK 0.45 0.23 0 0.12
HSL 210.6º 0.62% 0.68% -
HSV(B) 210.6º 0.45% 0.88% -
XYZ 36.71 39.55 76.22 -
YUV 164.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 124 173 224 0.45 0.23 0 0.12 210.6 0.62 0.68
Hex 7C AD E0 2D 17 0 C D3 3E 44
Octal 174 255 340 55 27 0 14 323 76 104
Binary 1111100 10101101 11100000 101101 10111 0 1100 11010011 111110 1000100

Color Harmonies of #7CADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADE0

Black with #7CADE0

Text Example


Text Example

White with #7CADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,224); }

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

background-color css

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

 a { background-color: rgb(124,173,224); }

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

border-color css

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

 span { border-color: rgb(124,173,224); }

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