Html Css Color HEX #71AAF4 Jordy Blue

📋 copy color: '#71AAF4'

red 113 ◦ green 170 ◦ blue 244

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

Shades of Jordy Blue #71AAF4

Tints of Jordy Blue #71AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.3%

R = 21.44%
G = 32.26%
B = 46.3%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#71AAF4 (or 0x71AAF4) is known color: Jordy Blue. HEX triplet: 71, AA and F4. RGB value is (113,170,244). Sum of RGB (Red+Green+Blue) = 113+170+244=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #71AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAF4 is #8E550B. Grayscale: #A1A1A1. Windows color (decimal): -9327884 or 16034417. OLE color: 16034417.

HSL color Cylindrical-coordinate representation of color #71AAF4: hue angle of 213.89º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71AAF4 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 170 244 -
CMYK 0.54 0.30 0 0.04
HSL 213.89º 0.86% 0.7% -
HSV(B) 213.89º 0.54% 0.96% -
XYZ 37.51 38.79 91.1 -
YUV 161.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 113 170 244 0.54 0.30 0 0.04 213.89 0.86 0.7
Hex 71 AA F4 36 1E 0 4 D6 56 46
Octal 161 252 364 66 36 0 4 326 126 106
Binary 1110001 10101010 11110100 110110 11110 0 100 11010110 1010110 1000110

Color Harmonies of #71AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAF4

Black with #71AAF4

Text Example


Text Example

White with #71AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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