Html Css Color HEX #71ABDE Jordy Blue

📋 copy color: '#71ABDE'

red 113 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #71ABDE

Tints of Jordy Blue #71ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 22.33%
G = 33.79%
B = 43.87%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71ABDE (or 0x71ABDE) is known color: Jordy Blue. HEX triplet: 71, AB and DE. RGB value is (113,171,222). Sum of RGB (Red+Green+Blue) = 113+171+222=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #71ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABDE is #8E5421. Grayscale: #9F9F9F. Windows color (decimal): -9327650 or 14592881. OLE color: 14592881.

HSL color Cylindrical-coordinate representation of color #71ABDE: hue angle of 208.07º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71ABDE is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 171 222 -
CMYK 0.49 0.23 0 0.13
HSL 208.07º 0.62% 0.66% -
HSV(B) 208.07º 0.49% 0.87% -
XYZ 34.56 37.91 74.6 -
YUV 159.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 113 171 222 0.49 0.23 0 0.13 208.07 0.62 0.66
Hex 71 AB DE 31 17 0 D D0 3E 42
Octal 161 253 336 61 27 0 15 320 76 102
Binary 1110001 10101011 11011110 110001 10111 0 1101 11010000 111110 1000010

Color Harmonies of #71ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABDE

Black with #71ABDE

Text Example


Text Example

White with #71ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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