Html Css Color HEX #71ABE6 Jordy Blue

📋 copy color: '#71ABE6'

red 113 ◦ green 171 ◦ blue 230

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

Shades of Jordy Blue #71ABE6

Tints of Jordy Blue #71ABE6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

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

R = 21.98%
G = 33.27%
B = 44.75%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#71ABE6 (or 0x71ABE6) is known color: Jordy Blue. HEX triplet: 71, AB and E6. RGB value is (113,171,230). Sum of RGB (Red+Green+Blue) = 113+171+230=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #71ABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABE6 is #8E5419. Grayscale: #A0A0A0. Windows color (decimal): -9327642 or 15117169. OLE color: 15117169.

HSL color Cylindrical-coordinate representation of color #71ABE6: hue angle of 210.26º 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 #71ABE6 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 171 230 -
CMYK 0.51 0.26 0 0.10
HSL 210.26º 0.7% 0.67% -
HSV(B) 210.26º 0.51% 0.9% -
XYZ 35.66 38.35 80.39 -
YUV 160.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 113 171 230 0.51 0.26 0 0.10 210.26 0.7 0.67
Hex 71 AB E6 33 1A 0 A D2 46 43
Octal 161 253 346 63 32 0 12 322 106 103
Binary 1110001 10101011 11100110 110011 11010 0 1010 11010010 1000110 1000011

Color Harmonies of #71ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABE6

Black with #71ABE6

Text Example


Text Example

White with #71ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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