Html Css Color HEX #7AA6DC Jordy Blue

📋 copy color: '#7AA6DC'

red 122 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #7AA6DC

Tints of Jordy Blue #7AA6DC

RGB

 RED value IS 122 (48.05% from 255) = 24.02%

 GREEN value IS 166 (65.23% from 255) = 32.68%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 24.02%
G = 32.68%
B = 43.31%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA6DC (or 0x7AA6DC) is known color: Jordy Blue. HEX triplet: 7A, A6 and DC. RGB value is (122,166,220). Sum of RGB (Red+Green+Blue) = 122+166+220=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA6DC is #855923. Grayscale: #9E9E9E. Windows color (decimal): -8739108 or 14460538. OLE color: 14460538.

HSL color Cylindrical-coordinate representation of color #7AA6DC: hue angle of 213.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA6DC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 166 220 -
CMYK 0.45 0.25 0 0.14
HSL 213.06º 0.58% 0.67% -
HSV(B) 213.06º 0.45% 0.86% -
XYZ 34.58 36.58 72.95 -
YUV 159 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 122 166 220 0.45 0.25 0 0.14 213.06 0.58 0.67
Hex 7A A6 DC 2D 19 0 E D5 3A 43
Octal 172 246 334 55 31 0 16 325 72 103
Binary 1111010 10100110 11011100 101101 11001 0 1110 11010101 111010 1000011

Color Harmonies of #7AA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6DC

Black with #7AA6DC

Text Example


Text Example

White with #7AA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,166,220); }

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

background-color css

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

 a { background-color: rgb(122,166,220); }

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

border-color css

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

 span { border-color: rgb(122,166,220); }

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