Html Css Color HEX #71AAD3 Jordy Blue

📋 copy color: '#71AAD3'

red 113 ◦ green 170 ◦ blue 211

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

Shades of Jordy Blue #71AAD3

Tints of Jordy Blue #71AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.71%

R = 22.87%
G = 34.41%
B = 42.71%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#71AAD3 (or 0x71AAD3) is known color: Jordy Blue. HEX triplet: 71, AA and D3. RGB value is (113,170,211). Sum of RGB (Red+Green+Blue) = 113+170+211=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #71AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAD3 is #8E552C. Grayscale: #9D9D9D. Windows color (decimal): -9327917 or 13871729. OLE color: 13871729.

HSL color Cylindrical-coordinate representation of color #71AAD3: hue angle of 205.1º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71AAD3 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 170 211 -
CMYK 0.46 0.19 0 0.17
HSL 205.1º 0.53% 0.64% -
HSV(B) 205.1º 0.46% 0.83% -
XYZ 32.94 36.96 67.03 -
YUV 157.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 113 170 211 0.46 0.19 0 0.17 205.1 0.53 0.64
Hex 71 AA D3 2E 13 0 11 CD 35 40
Octal 161 252 323 56 23 0 21 315 65 100
Binary 1110001 10101010 11010011 101110 10011 0 10001 11001101 110101 1000000

Color Harmonies of #71AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAD3

Black with #71AAD3

Text Example


Text Example

White with #71AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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