Html Css Color HEX #7CAADD Jordy Blue

📋 copy color: '#7CAADD'

red 124 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #7CAADD

Tints of Jordy Blue #7CAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

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

R = 24.08%
G = 33.01%
B = 42.91%

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

#7CAADD (or 0x7CAADD) is known color: Jordy Blue. HEX triplet: 7C, AA and DD. RGB value is (124,170,221). Sum of RGB (Red+Green+Blue) = 124+170+221=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAADD is #835522. Grayscale: #A1A1A1. Windows color (decimal): -8607011 or 14527100. OLE color: 14527100.

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

Color convert

RGB 124 170 221 -
CMYK 0.44 0.23 0 0.13
HSL 211.55º 0.59% 0.68% -
HSV(B) 211.55º 0.44% 0.87% -
XYZ 35.74 38.26 73.91 -
YUV 162.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 124 170 221 0.44 0.23 0 0.13 211.55 0.59 0.68
Hex 7C AA DD 2C 17 0 D D4 3B 44
Octal 174 252 335 54 27 0 15 324 73 104
Binary 1111100 10101010 11011101 101100 10111 0 1101 11010100 111011 1000100

Color Harmonies of #7CAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAADD

Black with #7CAADD

Text Example


Text Example

White with #7CAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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