Html Css Color HEX #7AACF3 Jordy Blue

📋 copy color: '#7AACF3'

red 122 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #7AACF3

Tints of Jordy Blue #7AACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.25%

R = 22.72%
G = 32.03%
B = 45.25%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7AACF3 (or 0x7AACF3) is known color: Jordy Blue. HEX triplet: 7A, AC and F3. RGB value is (122,172,243). Sum of RGB (Red+Green+Blue) = 122+172+243=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #7AACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACF3 is #85530C. Grayscale: #A4A4A4. Windows color (decimal): -8737549 or 15969402. OLE color: 15969402.

HSL color Cylindrical-coordinate representation of color #7AACF3: hue angle of 215.21º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AACF3 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 172 243 -
CMYK 0.50 0.29 0 0.05
HSL 215.21º 0.83% 0.72% -
HSV(B) 215.21º 0.5% 0.95% -
XYZ 38.96 40.11 90.48 -
YUV 165.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 122 172 243 0.50 0.29 0 0.05 215.21 0.83 0.72
Hex 7A AC F3 32 1D 0 5 D7 53 48
Octal 172 254 363 62 35 0 5 327 123 110
Binary 1111010 10101100 11110011 110010 11101 0 101 11010111 1010011 1001000

Color Harmonies of #7AACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACF3

Black with #7AACF3

Text Example


Text Example

White with #7AACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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