Html Css Color HEX #7AACDA Jordy Blue

📋 copy color: '#7AACDA'

red 122 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #7AACDA

Tints of Jordy Blue #7AACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.59%

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

R = 23.83%
G = 33.59%
B = 42.58%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7AACDA (or 0x7AACDA) is known color: Jordy Blue. HEX triplet: 7A, AC and DA. RGB value is (122,172,218). Sum of RGB (Red+Green+Blue) = 122+172+218=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACDA is #855325. Grayscale: #A2A2A2. Windows color (decimal): -8737574 or 14331002. OLE color: 14331002.

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

Color convert

RGB 122 172 218 -
CMYK 0.44 0.21 0 0.15
HSL 208.75º 0.56% 0.67% -
HSV(B) 208.75º 0.44% 0.85% -
XYZ 35.43 38.7 71.93 -
YUV 162.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 122 172 218 0.44 0.21 0 0.15 208.75 0.56 0.67
Hex 7A AC DA 2C 15 0 F D1 38 43
Octal 172 254 332 54 25 0 17 321 70 103
Binary 1111010 10101100 11011010 101100 10101 0 1111 11010001 111000 1000011

Color Harmonies of #7AACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACDA

Black with #7AACDA

Text Example


Text Example

White with #7AACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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