Html Css Color HEX #71A8DB Jordy Blue

📋 copy color: '#71A8DB'

red 113 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #71A8DB

Tints of Jordy Blue #71A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 22.6%
G = 33.6%
B = 43.8%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71A8DB (or 0x71A8DB) is known color: Jordy Blue. HEX triplet: 71, A8 and DB. RGB value is (113,168,219). Sum of RGB (Red+Green+Blue) = 113+168+219=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #71A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8DB is #8E5724. Grayscale: #9D9D9D. Windows color (decimal): -9328421 or 14395505. OLE color: 14395505.

HSL color Cylindrical-coordinate representation of color #71A8DB: hue angle of 208.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71A8DB is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 168 219 -
CMYK 0.48 0.23 0 0.14
HSL 208.87º 0.6% 0.65% -
HSV(B) 208.87º 0.48% 0.86% -
XYZ 33.6 36.63 72.32 -
YUV 157.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 113 168 219 0.48 0.23 0 0.14 208.87 0.6 0.65
Hex 71 A8 DB 30 17 0 E D1 3C 41
Octal 161 250 333 60 27 0 16 321 74 101
Binary 1110001 10101000 11011011 110000 10111 0 1110 11010001 111100 1000001

Color Harmonies of #71A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8DB

Black with #71A8DB

Text Example


Text Example

White with #71A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,168,219); }

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

background-color css

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

 a { background-color: rgb(113,168,219); }

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

border-color css

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

 span { border-color: rgb(113,168,219); }

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