Html Css Color HEX #73ACEA Jordy Blue

📋 copy color: '#73ACEA'

red 115 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #73ACEA

Tints of Jordy Blue #73ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 22.07%
G = 33.01%
B = 44.91%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73ACEA (or 0x73ACEA) is known color: Jordy Blue. HEX triplet: 73, AC and EA. RGB value is (115,172,234). Sum of RGB (Red+Green+Blue) = 115+172+234=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #73ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACEA is #8C5315. Grayscale: #A1A1A1. Windows color (decimal): -9196310 or 15379571. OLE color: 15379571.

HSL color Cylindrical-coordinate representation of color #73ACEA: hue angle of 211.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ACEA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 172 234 -
CMYK 0.51 0.26 0 0.08
HSL 211.26º 0.74% 0.68% -
HSV(B) 211.26º 0.51% 0.92% -
XYZ 36.67 39.09 83.45 -
YUV 162.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 115 172 234 0.51 0.26 0 0.08 211.26 0.74 0.68
Hex 73 AC EA 33 1A 0 8 D3 4A 44
Octal 163 254 352 63 32 0 10 323 112 104
Binary 1110011 10101100 11101010 110011 11010 0 1000 11010011 1001010 1000100

Color Harmonies of #73ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACEA

Black with #73ACEA

Text Example


Text Example

White with #73ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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