Html Css Color HEX #7AAFDB Jordy Blue

📋 copy color: '#7AAFDB'

red 122 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #7AAFDB

Tints of Jordy Blue #7AAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

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

R = 23.64%
G = 33.91%
B = 42.44%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AAFDB (or 0x7AAFDB) is known color: Jordy Blue. HEX triplet: 7A, AF and DB. RGB value is (122,175,219). Sum of RGB (Red+Green+Blue) = 122+175+219=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFDB is #855024. Grayscale: #A3A3A3. Windows color (decimal): -8736805 or 14397306. OLE color: 14397306.

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

Color convert

RGB 122 175 219 -
CMYK 0.44 0.20 0 0.14
HSL 207.22º 0.57% 0.67% -
HSV(B) 207.22º 0.44% 0.86% -
XYZ 36.14 39.91 72.82 -
YUV 164.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 122 175 219 0.44 0.20 0 0.14 207.22 0.57 0.67
Hex 7A AF DB 2C 14 0 E CF 39 43
Octal 172 257 333 54 24 0 16 317 71 103
Binary 1111010 10101111 11011011 101100 10100 0 1110 11001111 111001 1000011

Color Harmonies of #7AAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAFDB

Black with #7AAFDB

Text Example


Text Example

White with #7AAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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