Html Css Color HEX #72ABDB Jordy Blue

📋 copy color: '#72ABDB'

red 114 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #72ABDB

Tints of Jordy Blue #72ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 22.62%
G = 33.93%
B = 43.45%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72ABDB (or 0x72ABDB) is known color: Jordy Blue. HEX triplet: 72, AB and DB. RGB value is (114,171,219). Sum of RGB (Red+Green+Blue) = 114+171+219=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #72ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABDB is #8D5424. Grayscale: #9F9F9F. Windows color (decimal): -9262117 or 14396274. OLE color: 14396274.

HSL color Cylindrical-coordinate representation of color #72ABDB: hue angle of 207.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72ABDB is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 171 219 -
CMYK 0.48 0.22 0 0.14
HSL 207.43º 0.59% 0.65% -
HSV(B) 207.43º 0.48% 0.86% -
XYZ 34.29 37.82 72.51 -
YUV 159.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 114 171 219 0.48 0.22 0 0.14 207.43 0.59 0.65
Hex 72 AB DB 30 16 0 E CF 3B 41
Octal 162 253 333 60 26 0 16 317 73 101
Binary 1110010 10101011 11011011 110000 10110 0 1110 11001111 111011 1000001

Color Harmonies of #72ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABDB

Black with #72ABDB

Text Example


Text Example

White with #72ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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