Html Css Color HEX #7EACDD Jordy Blue

📋 copy color: '#7EACDD'

red 126 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #7EACDD

Tints of Jordy Blue #7EACDD

RGB

 RED value IS 126 (49.61% from 255) = 24.28%

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

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

R = 24.28%
G = 33.14%
B = 42.58%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EACDD (or 0x7EACDD) is known color: Jordy Blue. HEX triplet: 7E, AC and DD. RGB value is (126,172,221). Sum of RGB (Red+Green+Blue) = 126+172+221=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACDD is #815322. Grayscale: #A3A3A3. Windows color (decimal): -8475427 or 14527614. OLE color: 14527614.

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

Color convert

RGB 126 172 221 -
CMYK 0.43 0.22 0 0.13
HSL 210.95º 0.58% 0.68% -
HSV(B) 210.95º 0.43% 0.87% -
XYZ 36.41 39.16 74.05 -
YUV 163.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 126 172 221 0.43 0.22 0 0.13 210.95 0.58 0.68
Hex 7E AC DD 2B 16 0 D D3 3A 44
Octal 176 254 335 53 26 0 15 323 72 104
Binary 1111110 10101100 11011101 101011 10110 0 1101 11010011 111010 1000100

Color Harmonies of #7EACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACDD

Black with #7EACDD

Text Example


Text Example

White with #7EACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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