Html Css Color HEX #71ADDB Jordy Blue

📋 copy color: '#71ADDB'

red 113 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #71ADDB

Tints of Jordy Blue #71ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 22.38%
G = 34.26%
B = 43.37%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71ADDB (or 0x71ADDB) is known color: Jordy Blue. HEX triplet: 71, AD and DB. RGB value is (113,173,219). Sum of RGB (Red+Green+Blue) = 113+173+219=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #71ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADDB is #8E5224. Grayscale: #A0A0A0. Windows color (decimal): -9327141 or 14396785. OLE color: 14396785.

HSL color Cylindrical-coordinate representation of color #71ADDB: hue angle of 206.04º 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 #71ADDB is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 173 219 -
CMYK 0.48 0.21 0 0.14
HSL 206.04º 0.6% 0.65% -
HSV(B) 206.04º 0.48% 0.86% -
XYZ 34.54 38.51 72.63 -
YUV 160.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 113 173 219 0.48 0.21 0 0.14 206.04 0.6 0.65
Hex 71 AD DB 30 15 0 E CE 3C 41
Octal 161 255 333 60 25 0 16 316 74 101
Binary 1110001 10101101 11011011 110000 10101 0 1110 11001110 111100 1000001

Color Harmonies of #71ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADDB

Black with #71ADDB

Text Example


Text Example

White with #71ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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