Html Css Color HEX #71AFE9 Jordy Blue

📋 copy color: '#71AFE9'

red 113 ◦ green 175 ◦ blue 233

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

Shades of Jordy Blue #71AFE9

Tints of Jordy Blue #71AFE9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 21.69%
G = 33.59%
B = 44.72%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#71AFE9 (or 0x71AFE9) is known color: Jordy Blue. HEX triplet: 71, AF and E9. RGB value is (113,175,233). Sum of RGB (Red+Green+Blue) = 113+175+233=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #71AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFE9 is #8E5016. Grayscale: #A2A2A2. Windows color (decimal): -9326615 or 15314801. OLE color: 15314801.

HSL color Cylindrical-coordinate representation of color #71AFE9: hue angle of 209º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71AFE9 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 175 233 -
CMYK 0.52 0.25 0 0.09
HSL 209º 0.73% 0.68% -
HSV(B) 209º 0.52% 0.91% -
XYZ 36.85 40.05 82.88 -
YUV 163.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 113 175 233 0.52 0.25 0 0.09 209 0.73 0.68
Hex 71 AF E9 34 19 0 9 D1 49 44
Octal 161 257 351 64 31 0 11 321 111 104
Binary 1110001 10101111 11101001 110100 11001 0 1001 11010001 1001001 1000100

Color Harmonies of #71AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFE9

Black with #71AFE9

Text Example


Text Example

White with #71AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,233); }

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

background-color css

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

 a { background-color: rgb(113,175,233); }

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

border-color css

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

 span { border-color: rgb(113,175,233); }

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