Html Css Color HEX #71A6E6 Jordy Blue

📋 copy color: '#71A6E6'

red 113 ◦ green 166 ◦ blue 230

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

Shades of Jordy Blue #71A6E6

Tints of Jordy Blue #71A6E6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.61%

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 22.2%
G = 32.61%
B = 45.19%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#71A6E6 (or 0x71A6E6) is known color: Jordy Blue. HEX triplet: 71, A6 and E6. RGB value is (113,166,230). Sum of RGB (Red+Green+Blue) = 113+166+230=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #71A6E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A6E6 is #8E5919. Grayscale: #9D9D9D. Windows color (decimal): -9328922 or 15115889. OLE color: 15115889.

HSL color Cylindrical-coordinate representation of color #71A6E6: hue angle of 212.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71A6E6 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 166 230 -
CMYK 0.51 0.28 0 0.10
HSL 212.82º 0.7% 0.67% -
HSV(B) 212.82º 0.51% 0.9% -
XYZ 34.73 36.5 80.08 -
YUV 157.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 113 166 230 0.51 0.28 0 0.10 212.82 0.7 0.67
Hex 71 A6 E6 33 1C 0 A D5 46 43
Octal 161 246 346 63 34 0 12 325 106 103
Binary 1110001 10100110 11100110 110011 11100 0 1010 11010101 1000110 1000011

Color Harmonies of #71A6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A6E6

Black with #71A6E6

Text Example


Text Example

White with #71A6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,166,230); }

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

background-color css

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

 a { background-color: rgb(113,166,230); }

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

border-color css

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

 span { border-color: rgb(113,166,230); }

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