Html Css Color HEX #71A8D7 Jordy Blue

📋 copy color: '#71A8D7'

red 113 ◦ green 168 ◦ blue 215

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

Shades of Jordy Blue #71A8D7

Tints of Jordy Blue #71A8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 22.78%
G = 33.87%
B = 43.35%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#71A8D7 (or 0x71A8D7) is known color: Jordy Blue. HEX triplet: 71, A8 and D7. RGB value is (113,168,215). Sum of RGB (Red+Green+Blue) = 113+168+215=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #71A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8D7 is #8E5728. Grayscale: #9C9C9C. Windows color (decimal): -9328425 or 14133361. OLE color: 14133361.

HSL color Cylindrical-coordinate representation of color #71A8D7: hue angle of 207.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71A8D7 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 168 215 -
CMYK 0.47 0.22 0 0.16
HSL 207.65º 0.56% 0.64% -
HSV(B) 207.65º 0.47% 0.84% -
XYZ 33.08 36.42 69.58 -
YUV 156.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 113 168 215 0.47 0.22 0 0.16 207.65 0.56 0.64
Hex 71 A8 D7 2F 16 0 10 D0 38 40
Octal 161 250 327 57 26 0 20 320 70 100
Binary 1110001 10101000 11010111 101111 10110 0 10000 11010000 111000 1000000

Color Harmonies of #71A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8D7

Black with #71A8D7

Text Example


Text Example

White with #71A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,168,215); }

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

background-color css

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

 a { background-color: rgb(113,168,215); }

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

border-color css

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

 span { border-color: rgb(113,168,215); }

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