Html Css Color HEX #71ABDC Jordy Blue

📋 copy color: '#71ABDC'

red 113 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #71ABDC

Tints of Jordy Blue #71ABDC

RGB

 RED value IS 113 (44.53% from 255) = 22.42%

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

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

R = 22.42%
G = 33.93%
B = 43.65%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71ABDC (or 0x71ABDC) is known color: Jordy Blue. HEX triplet: 71, AB and DC. RGB value is (113,171,220). Sum of RGB (Red+Green+Blue) = 113+171+220=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #71ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABDC is #8E5423. Grayscale: #9E9E9E. Windows color (decimal): -9327652 or 14461809. OLE color: 14461809.

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

Color convert

RGB 113 171 220 -
CMYK 0.49 0.22 0 0.14
HSL 207.48º 0.6% 0.65% -
HSV(B) 207.48º 0.49% 0.86% -
XYZ 34.29 37.8 73.2 -
YUV 159.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 113 171 220 0.49 0.22 0 0.14 207.48 0.6 0.65
Hex 71 AB DC 31 16 0 E CF 3C 41
Octal 161 253 334 61 26 0 16 317 74 101
Binary 1110001 10101011 11011100 110001 10110 0 1110 11001111 111100 1000001

Color Harmonies of #71ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABDC

Black with #71ABDC

Text Example


Text Example

White with #71ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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