Html Css Color HEX #71AAEC Jordy Blue

📋 copy color: '#71AAEC'

red 113 ◦ green 170 ◦ blue 236

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

Shades of Jordy Blue #71AAEC

Tints of Jordy Blue #71AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 21.77%
G = 32.76%
B = 45.47%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71AAEC (or 0x71AAEC) is known color: Jordy Blue. HEX triplet: 71, AA and EC. RGB value is (113,170,236). Sum of RGB (Red+Green+Blue) = 113+170+236=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #71AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAEC is #8E5513. Grayscale: #A0A0A0. Windows color (decimal): -9327892 or 15510129. OLE color: 15510129.

HSL color Cylindrical-coordinate representation of color #71AAEC: hue angle of 212.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71AAEC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 170 236 -
CMYK 0.52 0.28 0 0.07
HSL 212.2º 0.76% 0.68% -
HSV(B) 212.2º 0.52% 0.93% -
XYZ 36.33 38.32 84.84 -
YUV 160.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 113 170 236 0.52 0.28 0 0.07 212.2 0.76 0.68
Hex 71 AA EC 34 1C 0 7 D4 4C 44
Octal 161 252 354 64 34 0 7 324 114 104
Binary 1110001 10101010 11101100 110100 11100 0 111 11010100 1001100 1000100

Color Harmonies of #71AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAEC

Black with #71AAEC

Text Example


Text Example

White with #71AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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