Html Css Color HEX #72ACEA Jordy Blue

📋 copy color: '#72ACEA'

red 114 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #72ACEA

Tints of Jordy Blue #72ACEA

RGB

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

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

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

R = 21.92%
G = 33.08%
B = 45%

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

#72ACEA (or 0x72ACEA) is known color: Jordy Blue. HEX triplet: 72, AC and EA. RGB value is (114,172,234). Sum of RGB (Red+Green+Blue) = 114+172+234=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #72ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ACEA is #8D5315. Grayscale: #A1A1A1. Windows color (decimal): -9261846 or 15379570. OLE color: 15379570.

HSL color Cylindrical-coordinate representation of color #72ACEA: hue angle of 211º 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 #72ACEA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 172 234 -
CMYK 0.51 0.26 0 0.08
HSL 211º 0.74% 0.68% -
HSV(B) 211º 0.51% 0.92% -
XYZ 36.54 39.02 83.45 -
YUV 161.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 114 172 234 0.51 0.26 0 0.08 211 0.74 0.68
Hex 72 AC EA 33 1A 0 8 D3 4A 44
Octal 162 254 352 63 32 0 10 323 112 104
Binary 1110010 10101100 11101010 110011 11010 0 1000 11010011 1001010 1000100

Color Harmonies of #72ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACEA

Black with #72ACEA

Text Example


Text Example

White with #72ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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