Html Css Color HEX #71A4CF Jordy Blue

📋 copy color: '#71A4CF'

red 113 ◦ green 164 ◦ blue 207

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

Shades of Jordy Blue #71A4CF

Tints of Jordy Blue #71A4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.88%

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

R = 23.35%
G = 33.88%
B = 42.77%

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

#71A4CF (or 0x71A4CF) is known color: Jordy Blue. HEX triplet: 71, A4 and CF. RGB value is (113,164,207). Sum of RGB (Red+Green+Blue) = 113+164+207=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4CF is #8E5B30. Grayscale: #999999. Windows color (decimal): -9329457 or 13608049. OLE color: 13608049.

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

Color convert

RGB 113 164 207 -
CMYK 0.45 0.21 0 0.19
HSL 207.45º 0.49% 0.63% -
HSV(B) 207.45º 0.45% 0.81% -
XYZ 31.35 34.57 64.05 -
YUV 153.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 113 164 207 0.45 0.21 0 0.19 207.45 0.49 0.63
Hex 71 A4 CF 2D 15 0 13 CF 31 3F
Octal 161 244 317 55 25 0 23 317 61 77
Binary 1110001 10100100 11001111 101101 10101 0 10011 11001111 110001 111111

Color Harmonies of #71A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A4CF

Black with #71A4CF

Text Example


Text Example

White with #71A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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