Html Css Color HEX #72ACE1 Jordy Blue

📋 copy color: '#72ACE1'

red 114 ◦ green 172 ◦ blue 225

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

Shades of Jordy Blue #72ACE1

Tints of Jordy Blue #72ACE1

RGB

 RED value IS 114 (44.92% from 255) = 22.31%

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

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 22.31%
G = 33.66%
B = 44.03%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#72ACE1 (or 0x72ACE1) is known color: Jordy Blue. HEX triplet: 72, AC and E1. RGB value is (114,172,225). Sum of RGB (Red+Green+Blue) = 114+172+225=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #72ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACE1 is #8D531E. Grayscale: #A0A0A0. Windows color (decimal): -9261855 or 14789746. OLE color: 14789746.

HSL color Cylindrical-coordinate representation of color #72ACE1: hue angle of 208.65º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72ACE1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 172 225 -
CMYK 0.49 0.24 0 0.12
HSL 208.65º 0.65% 0.66% -
HSV(B) 208.65º 0.49% 0.88% -
XYZ 35.28 38.52 76.81 -
YUV 160.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 114 172 225 0.49 0.24 0 0.12 208.65 0.65 0.66
Hex 72 AC E1 31 18 0 C D1 41 42
Octal 162 254 341 61 30 0 14 321 101 102
Binary 1110010 10101100 11100001 110001 11000 0 1100 11010001 1000001 1000010

Color Harmonies of #72ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACE1

Black with #72ACE1

Text Example


Text Example

White with #72ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ACE1; }

 p { color: rgb(114,172,225); }

 H1.HeaderClassName
 {
   color: #72ACE1;
 }
 .AnyTagClassName
 {
   color: #72ACE1;
 }
</style>

background-color css

<style>
 a { background-color: #72ACE1; }

 a { background-color: rgb(114,172,225); }

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

border-color css

<style>
 span { border-color: #72ACE1; }

 span { border-color: rgb(114,172,225); }

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