Html Css Color HEX #72ACDB Jordy Blue

📋 copy color: '#72ACDB'

red 114 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #72ACDB

Tints of Jordy Blue #72ACDB

RGB

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

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

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

R = 22.57%
G = 34.06%
B = 43.37%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72ACDB (or 0x72ACDB) is known color: Jordy Blue. HEX triplet: 72, AC and DB. RGB value is (114,172,219). Sum of RGB (Red+Green+Blue) = 114+172+219=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #72ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACDB is #8D5324. Grayscale: #9F9F9F. Windows color (decimal): -9261861 or 14396530. OLE color: 14396530.

HSL color Cylindrical-coordinate representation of color #72ACDB: hue angle of 206.86º 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 #72ACDB is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 172 219 -
CMYK 0.48 0.21 0 0.14
HSL 206.86º 0.59% 0.65% -
HSV(B) 206.86º 0.48% 0.86% -
XYZ 34.48 38.2 72.57 -
YUV 160.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 114 172 219 0.48 0.21 0 0.14 206.86 0.59 0.65
Hex 72 AC DB 30 15 0 E CF 3B 41
Octal 162 254 333 60 25 0 16 317 73 101
Binary 1110010 10101100 11011011 110000 10101 0 1110 11001111 111011 1000001

Color Harmonies of #72ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACDB

Black with #72ACDB

Text Example


Text Example

White with #72ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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