Html Css Color HEX #7AABDB Jordy Blue

📋 copy color: '#7AABDB'

red 122 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #7AABDB

Tints of Jordy Blue #7AABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 23.83%
G = 33.4%
B = 42.77%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AABDB (or 0x7AABDB) is known color: Jordy Blue. HEX triplet: 7A, AB and DB. RGB value is (122,171,219). Sum of RGB (Red+Green+Blue) = 122+171+219=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABDB is #855424. Grayscale: #A1A1A1. Windows color (decimal): -8737829 or 14396282. OLE color: 14396282.

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

Color convert

RGB 122 171 219 -
CMYK 0.44 0.22 0 0.14
HSL 209.69º 0.57% 0.67% -
HSV(B) 209.69º 0.44% 0.86% -
XYZ 35.38 38.38 72.56 -
YUV 161.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 122 171 219 0.44 0.22 0 0.14 209.69 0.57 0.67
Hex 7A AB DB 2C 16 0 E D2 39 43
Octal 172 253 333 54 26 0 16 322 71 103
Binary 1111010 10101011 11011011 101100 10110 0 1110 11010010 111001 1000011

Color Harmonies of #7AABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABDB

Black with #7AABDB

Text Example


Text Example

White with #7AABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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