Html Css Color HEX #71AED8 Jordy Blue

📋 copy color: '#71AED8'

red 113 ◦ green 174 ◦ blue 216

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

Shades of Jordy Blue #71AED8

Tints of Jordy Blue #71AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 22.47%
G = 34.59%
B = 42.94%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71AED8 (or 0x71AED8) is known color: Jordy Blue. HEX triplet: 71, AE and D8. RGB value is (113,174,216). Sum of RGB (Red+Green+Blue) = 113+174+216=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #71AED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AED8 is #8E5127. Grayscale: #A0A0A0. Windows color (decimal): -9326888 or 14200433. OLE color: 14200433.

HSL color Cylindrical-coordinate representation of color #71AED8: hue angle of 204.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71AED8 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 174 216 -
CMYK 0.48 0.19 0 0.15
HSL 204.47º 0.57% 0.65% -
HSV(B) 204.47º 0.48% 0.85% -
XYZ 34.34 38.74 70.63 -
YUV 160.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 113 174 216 0.48 0.19 0 0.15 204.47 0.57 0.65
Hex 71 AE D8 30 13 0 F CC 39 41
Octal 161 256 330 60 23 0 17 314 71 101
Binary 1110001 10101110 11011000 110000 10011 0 1111 11001100 111001 1000001

Color Harmonies of #71AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AED8

Black with #71AED8

Text Example


Text Example

White with #71AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,174,216); }

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

background-color css

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

 a { background-color: rgb(113,174,216); }

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

border-color css

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

 span { border-color: rgb(113,174,216); }

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