Html Css Color HEX #71B0DD Jordy Blue

📋 copy color: '#71B0DD'

red 113 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #71B0DD

Tints of Jordy Blue #71B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 22.16%
G = 34.51%
B = 43.33%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71B0DD (or 0x71B0DD) is known color: Jordy Blue. HEX triplet: 71, B0 and DD. RGB value is (113,176,221). Sum of RGB (Red+Green+Blue) = 113+176+221=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0DD is #8E4F22. Grayscale: #A2A2A2. Windows color (decimal): -9326371 or 14528625. OLE color: 14528625.

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

Color convert

RGB 113 176 221 -
CMYK 0.49 0.20 0 0.13
HSL 205º 0.61% 0.65% -
HSV(B) 205º 0.49% 0.87% -
XYZ 35.39 39.78 74.22 -
YUV 162.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 113 176 221 0.49 0.20 0 0.13 205 0.61 0.65
Hex 71 B0 DD 31 14 0 D CD 3D 41
Octal 161 260 335 61 24 0 15 315 75 101
Binary 1110001 10110000 11011101 110001 10100 0 1101 11001101 111101 1000001

Color Harmonies of #71B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B0DD

Black with #71B0DD

Text Example


Text Example

White with #71B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,176,221); }

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

background-color css

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

 a { background-color: rgb(113,176,221); }

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

border-color css

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

 span { border-color: rgb(113,176,221); }

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