Html Css Color HEX #71ACF6 Jordy Blue

📋 copy color: '#71ACF6'

red 113 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #71ACF6

Tints of Jordy Blue #71ACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.39%

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 21.28%
G = 32.39%
B = 46.33%

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

#71ACF6 (or 0x71ACF6) is known color: Jordy Blue. HEX triplet: 71, AC and F6. RGB value is (113,172,246). Sum of RGB (Red+Green+Blue) = 113+172+246=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #71ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ACF6 is #8E5309. Grayscale: #A2A2A2. Windows color (decimal): -9327370 or 16166001. OLE color: 16166001.

HSL color Cylindrical-coordinate representation of color #71ACF6: hue angle of 213.38º degrees, saturation: 0.88, 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 #71ACF6 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 172 246 -
CMYK 0.54 0.30 0 0.04
HSL 213.38º 0.88% 0.7% -
HSV(B) 213.38º 0.54% 0.96% -
XYZ 38.2 39.67 92.83 -
YUV 162.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 113 172 246 0.54 0.30 0 0.04 213.38 0.88 0.7
Hex 71 AC F6 36 1E 0 4 D5 58 46
Octal 161 254 366 66 36 0 4 325 130 106
Binary 1110001 10101100 11110110 110110 11110 0 100 11010101 1011000 1000110

Color Harmonies of #71ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACF6

Black with #71ACF6

Text Example


Text Example

White with #71ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,246); }

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

background-color css

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

 a { background-color: rgb(113,172,246); }

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

border-color css

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

 span { border-color: rgb(113,172,246); }

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