Html Css Color HEX #72ABDD Jordy Blue

📋 copy color: '#72ABDD'

red 114 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #72ABDD

Tints of Jordy Blue #72ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 22.53%
G = 33.79%
B = 43.68%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72ABDD (or 0x72ABDD) is known color: Jordy Blue. HEX triplet: 72, AB and DD. RGB value is (114,171,221). Sum of RGB (Red+Green+Blue) = 114+171+221=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #72ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABDD is #8D5422. Grayscale: #9F9F9F. Windows color (decimal): -9262115 or 14527346. OLE color: 14527346.

HSL color Cylindrical-coordinate representation of color #72ABDD: hue angle of 208.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72ABDD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 171 221 -
CMYK 0.48 0.23 0 0.13
HSL 208.04º 0.61% 0.66% -
HSV(B) 208.04º 0.48% 0.87% -
XYZ 34.55 37.92 73.91 -
YUV 159.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 114 171 221 0.48 0.23 0 0.13 208.04 0.61 0.66
Hex 72 AB DD 30 17 0 D D0 3D 42
Octal 162 253 335 60 27 0 15 320 75 102
Binary 1110010 10101011 11011101 110000 10111 0 1101 11010000 111101 1000010

Color Harmonies of #72ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABDD

Black with #72ABDD

Text Example


Text Example

White with #72ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,171,221); }

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

background-color css

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

 a { background-color: rgb(114,171,221); }

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

border-color css

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

 span { border-color: rgb(114,171,221); }

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