Html Css Color HEX #7CABDD Jordy Blue

📋 copy color: '#7CABDD'

red 124 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #7CABDD

Tints of Jordy Blue #7CABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

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

R = 24.03%
G = 33.14%
B = 42.83%

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

#7CABDD (or 0x7CABDD) is known color: Jordy Blue. HEX triplet: 7C, AB and DD. RGB value is (124,171,221). Sum of RGB (Red+Green+Blue) = 124+171+221=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABDD is #835422. Grayscale: #A2A2A2. Windows color (decimal): -8606755 or 14527356. OLE color: 14527356.

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

Color convert

RGB 124 171 221 -
CMYK 0.44 0.23 0 0.13
HSL 210.93º 0.59% 0.68% -
HSV(B) 210.93º 0.44% 0.87% -
XYZ 35.93 38.63 73.97 -
YUV 162.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 124 171 221 0.44 0.23 0 0.13 210.93 0.59 0.68
Hex 7C AB DD 2C 17 0 D D3 3B 44
Octal 174 253 335 54 27 0 15 323 73 104
Binary 1111100 10101011 11011101 101100 10111 0 1101 11010011 111011 1000100

Color Harmonies of #7CABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABDD

Black with #7CABDD

Text Example


Text Example

White with #7CABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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