Html Css Color HEX #72ABDC Jordy Blue

📋 copy color: '#72ABDC'

red 114 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #72ABDC

Tints of Jordy Blue #72ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 22.57%
G = 33.86%
B = 43.56%

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

#72ABDC (or 0x72ABDC) is known color: Jordy Blue. HEX triplet: 72, AB and DC. RGB value is (114,171,220). Sum of RGB (Red+Green+Blue) = 114+171+220=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #72ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABDC is #8D5423. Grayscale: #9F9F9F. Windows color (decimal): -9262116 or 14461810. OLE color: 14461810.

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

Color convert

RGB 114 171 220 -
CMYK 0.48 0.22 0 0.14
HSL 207.74º 0.6% 0.65% -
HSV(B) 207.74º 0.48% 0.86% -
XYZ 34.42 37.87 73.21 -
YUV 159.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 114 171 220 0.48 0.22 0 0.14 207.74 0.6 0.65
Hex 72 AB DC 30 16 0 E D0 3C 41
Octal 162 253 334 60 26 0 16 320 74 101
Binary 1110010 10101011 11011100 110000 10110 0 1110 11010000 111100 1000001

Color Harmonies of #72ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABDC

Black with #72ABDC

Text Example


Text Example

White with #72ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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