Html Css Color HEX #72ABDA Jordy Blue

📋 copy color: '#72ABDA'

red 114 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #72ABDA

Tints of Jordy Blue #72ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 22.66%
G = 34%
B = 43.34%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#72ABDA (or 0x72ABDA) is known color: Jordy Blue. HEX triplet: 72, AB and DA. RGB value is (114,171,218). Sum of RGB (Red+Green+Blue) = 114+171+218=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #72ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABDA is #8D5425. Grayscale: #9F9F9F. Windows color (decimal): -9262118 or 14330738. OLE color: 14330738.

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

Color convert

RGB 114 171 218 -
CMYK 0.48 0.22 0 0.15
HSL 207.12º 0.58% 0.65% -
HSV(B) 207.12º 0.48% 0.85% -
XYZ 34.16 37.77 71.82 -
YUV 159.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 114 171 218 0.48 0.22 0 0.15 207.12 0.58 0.65
Hex 72 AB DA 30 16 0 F CF 3A 41
Octal 162 253 332 60 26 0 17 317 72 101
Binary 1110010 10101011 11011010 110000 10110 0 1111 11001111 111010 1000001

Color Harmonies of #72ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABDA

Black with #72ABDA

Text Example


Text Example

White with #72ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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