Html Css Color HEX #71ABDB Jordy Blue

📋 copy color: '#71ABDB'

red 113 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #71ABDB

Tints of Jordy Blue #71ABDB

RGB

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

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

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

R = 22.47%
G = 34%
B = 43.54%

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

#71ABDB (or 0x71ABDB) is known color: Jordy Blue. HEX triplet: 71, AB and DB. RGB value is (113,171,219). Sum of RGB (Red+Green+Blue) = 113+171+219=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #71ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABDB is #8E5424. Grayscale: #9E9E9E. Windows color (decimal): -9327653 or 14396273. OLE color: 14396273.

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

Color convert

RGB 113 171 219 -
CMYK 0.48 0.22 0 0.14
HSL 207.17º 0.6% 0.65% -
HSV(B) 207.17º 0.48% 0.86% -
XYZ 34.16 37.75 72.5 -
YUV 159.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 113 171 219 0.48 0.22 0 0.14 207.17 0.6 0.65
Hex 71 AB DB 30 16 0 E CF 3C 41
Octal 161 253 333 60 26 0 16 317 74 101
Binary 1110001 10101011 11011011 110000 10110 0 1110 11001111 111100 1000001

Color Harmonies of #71ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABDB

Black with #71ABDB

Text Example


Text Example

White with #71ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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