Html Css Color HEX #71AAE8 Jordy Blue

📋 copy color: '#71AAE8'

red 113 ◦ green 170 ◦ blue 232

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

Shades of Jordy Blue #71AAE8

Tints of Jordy Blue #71AAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.05%

R = 21.94%
G = 33.01%
B = 45.05%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#71AAE8 (or 0x71AAE8) is known color: Jordy Blue. HEX triplet: 71, AA and E8. RGB value is (113,170,232). Sum of RGB (Red+Green+Blue) = 113+170+232=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #71AAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAE8 is #8E5517. Grayscale: #9F9F9F. Windows color (decimal): -9327896 or 15247985. OLE color: 15247985.

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

Color convert

RGB 113 170 232 -
CMYK 0.51 0.27 0 0.09
HSL 211.26º 0.72% 0.68% -
HSV(B) 211.26º 0.51% 0.91% -
XYZ 35.75 38.09 81.81 -
YUV 160.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 113 170 232 0.51 0.27 0 0.09 211.26 0.72 0.68
Hex 71 AA E8 33 1B 0 9 D3 48 44
Octal 161 252 350 63 33 0 11 323 110 104
Binary 1110001 10101010 11101000 110011 11011 0 1001 11010011 1001000 1000100

Color Harmonies of #71AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAE8

Black with #71AAE8

Text Example


Text Example

White with #71AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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