Html Css Color HEX #71AADB Jordy Blue

📋 copy color: '#71AADB'

red 113 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #71AADB

Tints of Jordy Blue #71AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

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

R = 22.51%
G = 33.86%
B = 43.63%

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

#71AADB (or 0x71AADB) is known color: Jordy Blue. HEX triplet: 71, AA and DB. RGB value is (113,170,219). Sum of RGB (Red+Green+Blue) = 113+170+219=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #71AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AADB is #8E5524. Grayscale: #9E9E9E. Windows color (decimal): -9327909 or 14396017. OLE color: 14396017.

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

Color convert

RGB 113 170 219 -
CMYK 0.48 0.22 0 0.14
HSL 207.74º 0.6% 0.65% -
HSV(B) 207.74º 0.48% 0.86% -
XYZ 33.97 37.37 72.44 -
YUV 158.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 113 170 219 0.48 0.22 0 0.14 207.74 0.6 0.65
Hex 71 AA DB 30 16 0 E D0 3C 41
Octal 161 252 333 60 26 0 16 320 74 101
Binary 1110001 10101010 11011011 110000 10110 0 1110 11010000 111100 1000001

Color Harmonies of #71AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AADB

Black with #71AADB

Text Example


Text Example

White with #71AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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