Html Css Color HEX #7AABDA Jordy Blue

📋 copy color: '#7AABDA'

red 122 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #7AABDA

Tints of Jordy Blue #7AABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 23.87%
G = 33.46%
B = 42.66%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7AABDA (or 0x7AABDA) is known color: Jordy Blue. HEX triplet: 7A, AB and DA. RGB value is (122,171,218). Sum of RGB (Red+Green+Blue) = 122+171+218=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABDA is #855425. Grayscale: #A1A1A1. Windows color (decimal): -8737830 or 14330746. OLE color: 14330746.

HSL color Cylindrical-coordinate representation of color #7AABDA: hue angle of 209.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AABDA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 171 218 -
CMYK 0.44 0.22 0 0.15
HSL 209.38º 0.56% 0.67% -
HSV(B) 209.38º 0.44% 0.85% -
XYZ 35.24 38.33 71.87 -
YUV 161.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 122 171 218 0.44 0.22 0 0.15 209.38 0.56 0.67
Hex 7A AB DA 2C 16 0 F D1 38 43
Octal 172 253 332 54 26 0 17 321 70 103
Binary 1111010 10101011 11011010 101100 10110 0 1111 11010001 111000 1000011

Color Harmonies of #7AABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABDA

Black with #7AABDA

Text Example


Text Example

White with #7AABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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