Html Css Color HEX #72ADE8 Jordy Blue

📋 copy color: '#72ADE8'

red 114 ◦ green 173 ◦ blue 232

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

Shades of Jordy Blue #72ADE8

Tints of Jordy Blue #72ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 21.97%
G = 33.33%
B = 44.7%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72ADE8 (or 0x72ADE8) is known color: Jordy Blue. HEX triplet: 72, AD and E8. RGB value is (114,173,232). Sum of RGB (Red+Green+Blue) = 114+173+232=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #72ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADE8 is #8D5217. Grayscale: #A1A1A1. Windows color (decimal): -9261592 or 15248754. OLE color: 15248754.

HSL color Cylindrical-coordinate representation of color #72ADE8: hue angle of 210º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72ADE8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 173 232 -
CMYK 0.51 0.25 0 0.09
HSL 210º 0.72% 0.68% -
HSV(B) 210º 0.51% 0.91% -
XYZ 36.45 39.29 82.01 -
YUV 162.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 114 173 232 0.51 0.25 0 0.09 210 0.72 0.68
Hex 72 AD E8 33 19 0 9 D2 48 44
Octal 162 255 350 63 31 0 11 322 110 104
Binary 1110010 10101101 11101000 110011 11001 0 1001 11010010 1001000 1000100

Color Harmonies of #72ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ADE8

Black with #72ADE8

Text Example


Text Example

White with #72ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,173,232); }

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

background-color css

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

 a { background-color: rgb(114,173,232); }

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

border-color css

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

 span { border-color: rgb(114,173,232); }

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