Html Css Color HEX #71A2CF Jordy Blue

📋 copy color: '#71A2CF'

red 113 ◦ green 162 ◦ blue 207

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

Shades of Jordy Blue #71A2CF

Tints of Jordy Blue #71A2CF

RGB

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

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

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

R = 23.44%
G = 33.61%
B = 42.95%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71A2CF (or 0x71A2CF) is known color: Jordy Blue. HEX triplet: 71, A2 and CF. RGB value is (113,162,207). Sum of RGB (Red+Green+Blue) = 113+162+207=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A2CF is #8E5D30. Grayscale: #989898. Windows color (decimal): -9329969 or 13607537. OLE color: 13607537.

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

Color convert

RGB 113 162 207 -
CMYK 0.45 0.22 0 0.19
HSL 208.72º 0.49% 0.63% -
HSV(B) 208.72º 0.45% 0.81% -
XYZ 30.99 33.86 63.93 -
YUV 152.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 113 162 207 0.45 0.22 0 0.19 208.72 0.49 0.63
Hex 71 A2 CF 2D 16 0 13 D1 31 3F
Octal 161 242 317 55 26 0 23 321 61 77
Binary 1110001 10100010 11001111 101101 10110 0 10011 11010001 110001 111111

Color Harmonies of #71A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A2CF

Black with #71A2CF

Text Example


Text Example

White with #71A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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