Html Css Color HEX #7AAEDB Jordy Blue

📋 copy color: '#7AAEDB'

red 122 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #7AAEDB

Tints of Jordy Blue #7AAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 23.69%
G = 33.79%
B = 42.52%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AAEDB (or 0x7AAEDB) is known color: Jordy Blue. HEX triplet: 7A, AE and DB. RGB value is (122,174,219). Sum of RGB (Red+Green+Blue) = 122+174+219=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEDB is #855124. Grayscale: #A3A3A3. Windows color (decimal): -8737061 or 14397050. OLE color: 14397050.

HSL color Cylindrical-coordinate representation of color #7AAEDB: hue angle of 207.84º 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 #7AAEDB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 174 219 -
CMYK 0.44 0.21 0 0.14
HSL 207.84º 0.57% 0.67% -
HSV(B) 207.84º 0.44% 0.86% -
XYZ 35.95 39.52 72.75 -
YUV 163.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 122 174 219 0.44 0.21 0 0.14 207.84 0.57 0.67
Hex 7A AE DB 2C 15 0 E D0 39 43
Octal 172 256 333 54 25 0 16 320 71 103
Binary 1111010 10101110 11011011 101100 10101 0 1110 11010000 111001 1000011

Color Harmonies of #7AAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEDB

Black with #7AAEDB

Text Example


Text Example

White with #7AAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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