Html Css Color HEX #7AABD1 Jordy Blue

📋 copy color: '#7AABD1'

red 122 ◦ green 171 ◦ blue 209

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

Shades of Jordy Blue #7AABD1

Tints of Jordy Blue #7AABD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 24.3%
G = 34.06%
B = 41.63%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7AABD1 (or 0x7AABD1) is known color: Jordy Blue. HEX triplet: 7A, AB and D1. RGB value is (122,171,209). Sum of RGB (Red+Green+Blue) = 122+171+209=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #7AABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABD1 is #85542E. Grayscale: #A0A0A0. Windows color (decimal): -8737839 or 13740922. OLE color: 13740922.

HSL color Cylindrical-coordinate representation of color #7AABD1: hue angle of 206.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AABD1 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 171 209 -
CMYK 0.42 0.18 0 0.18
HSL 206.21º 0.49% 0.65% -
HSV(B) 206.21º 0.42% 0.82% -
XYZ 34.1 37.87 65.83 -
YUV 160.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 122 171 209 0.42 0.18 0 0.18 206.21 0.49 0.65
Hex 7A AB D1 2A 12 0 12 CE 31 41
Octal 172 253 321 52 22 0 22 316 61 101
Binary 1111010 10101011 11010001 101010 10010 0 10010 11001110 110001 1000001

Color Harmonies of #7AABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABD1

Black with #7AABD1

Text Example


Text Example

White with #7AABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,209); }

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

background-color css

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

 a { background-color: rgb(122,171,209); }

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

border-color css

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

 span { border-color: rgb(122,171,209); }

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