Html Css Color HEX #71A2CE Jordy Blue

📋 copy color: '#71A2CE'

red 113 ◦ green 162 ◦ blue 206

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

Shades of Jordy Blue #71A2CE

Tints of Jordy Blue #71A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 23.49%
G = 33.68%
B = 42.83%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71A2CE (or 0x71A2CE) is known color: Jordy Blue. HEX triplet: 71, A2 and CE. RGB value is (113,162,206). Sum of RGB (Red+Green+Blue) = 113+162+206=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #71A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A2CE is #8E5D31. Grayscale: #989898. Windows color (decimal): -9329970 or 13542001. OLE color: 13542001.

HSL color Cylindrical-coordinate representation of color #71A2CE: hue angle of 208.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71A2CE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 162 206 -
CMYK 0.45 0.21 0 0.19
HSL 208.39º 0.49% 0.63% -
HSV(B) 208.39º 0.45% 0.81% -
XYZ 30.87 33.81 63.29 -
YUV 152.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 113 162 206 0.45 0.21 0 0.19 208.39 0.49 0.63
Hex 71 A2 CE 2D 15 0 13 D0 31 3F
Octal 161 242 316 55 25 0 23 320 61 77
Binary 1110001 10100010 11001110 101101 10101 0 10011 11010000 110001 111111

Color Harmonies of #71A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A2CE

Black with #71A2CE

Text Example


Text Example

White with #71A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,206); }

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

background-color css

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

 a { background-color: rgb(113,162,206); }

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

border-color css

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

 span { border-color: rgb(113,162,206); }

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