Html Css Color HEX #71A3CF Jordy Blue

📋 copy color: '#71A3CF'

red 113 ◦ green 163 ◦ blue 207

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

Shades of Jordy Blue #71A3CF

Tints of Jordy Blue #71A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 23.4%
G = 33.75%
B = 42.86%

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

#71A3CF (or 0x71A3CF) is known color: Jordy Blue. HEX triplet: 71, A3 and CF. RGB value is (113,163,207). Sum of RGB (Red+Green+Blue) = 113+163+207=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A3CF is #8E5C30. Grayscale: #989898. Windows color (decimal): -9329713 or 13607793. OLE color: 13607793.

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

Color convert

RGB 113 163 207 -
CMYK 0.45 0.21 0 0.19
HSL 208.09º 0.49% 0.63% -
HSV(B) 208.09º 0.45% 0.81% -
XYZ 31.17 34.21 63.99 -
YUV 153.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 113 163 207 0.45 0.21 0 0.19 208.09 0.49 0.63
Hex 71 A3 CF 2D 15 0 13 D0 31 3F
Octal 161 243 317 55 25 0 23 320 61 77
Binary 1110001 10100011 11001111 101101 10101 0 10011 11010000 110001 111111

Color Harmonies of #71A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A3CF

Black with #71A3CF

Text Example


Text Example

White with #71A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,207); }

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

background-color css

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

 a { background-color: rgb(113,163,207); }

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

border-color css

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

 span { border-color: rgb(113,163,207); }

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