Html Css Color HEX #72ADD6 Jordy Blue

📋 copy color: '#72ADD6'

red 114 ◦ green 173 ◦ blue 214

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

Shades of Jordy Blue #72ADD6

Tints of Jordy Blue #72ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 22.75%
G = 34.53%
B = 42.71%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#72ADD6 (or 0x72ADD6) is known color: Jordy Blue. HEX triplet: 72, AD and D6. RGB value is (114,173,214). Sum of RGB (Red+Green+Blue) = 114+173+214=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #72ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADD6 is #8D5229. Grayscale: #9F9F9F. Windows color (decimal): -9261610 or 14069106. OLE color: 14069106.

HSL color Cylindrical-coordinate representation of color #72ADD6: hue angle of 204.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72ADD6 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 173 214 -
CMYK 0.47 0.19 0 0.16
HSL 204.6º 0.55% 0.64% -
HSV(B) 204.6º 0.47% 0.84% -
XYZ 34.02 38.32 69.22 -
YUV 160.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 114 173 214 0.47 0.19 0 0.16 204.6 0.55 0.64
Hex 72 AD D6 2F 13 0 10 CD 37 40
Octal 162 255 326 57 23 0 20 315 67 100
Binary 1110010 10101101 11010110 101111 10011 0 10000 11001101 110111 1000000

Color Harmonies of #72ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ADD6

Black with #72ADD6

Text Example


Text Example

White with #72ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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