Html Css Color HEX #73ACF7 Jordy Blue

📋 copy color: '#73ACF7'

red 115 ◦ green 172 ◦ blue 247

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

Shades of Jordy Blue #73ACF7

Tints of Jordy Blue #73ACF7

RGB

 RED value IS 115 (45.31% from 255) = 21.54%

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

 BLUE value IS 247 (96.88% from 255) = 46.25%

R = 21.54%
G = 32.21%
B = 46.25%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#73ACF7 (or 0x73ACF7) is known color: Jordy Blue. HEX triplet: 73, AC and F7. RGB value is (115,172,247). Sum of RGB (Red+Green+Blue) = 115+172+247=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #73ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACF7 is #8C5308. Grayscale: #A3A3A3. Windows color (decimal): -9196297 or 16231539. OLE color: 16231539.

HSL color Cylindrical-coordinate representation of color #73ACF7: hue angle of 214.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73ACF7 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 172 247 -
CMYK 0.53 0.30 0 0.03
HSL 214.09º 0.89% 0.71% -
HSV(B) 214.09º 0.53% 0.97% -
XYZ 38.61 39.87 93.66 -
YUV 163.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 115 172 247 0.53 0.30 0 0.03 214.09 0.89 0.71
Hex 73 AC F7 35 1E 0 3 D6 59 47
Octal 163 254 367 65 36 0 3 326 131 107
Binary 1110011 10101100 11110111 110101 11110 0 11 11010110 1011001 1000111

Color Harmonies of #73ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACF7

Black with #73ACF7

Text Example


Text Example

White with #73ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73ACF7; }

 p { color: rgb(115,172,247); }

 H1.HeaderClassName
 {
   color: #73ACF7;
 }
 .AnyTagClassName
 {
   color: #73ACF7;
 }
</style>

background-color css

<style>
 a { background-color: #73ACF7; }

 a { background-color: rgb(115,172,247); }

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

border-color css

<style>
 span { border-color: #73ACF7; }

 span { border-color: rgb(115,172,247); }

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