Html Css Color HEX #71A3CA Picton Blue

📋 copy color: '#71A3CA'

red 113 ◦ green 163 ◦ blue 202

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

Shades of Picton Blue #71A3CA

Tints of Picton Blue #71A3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 23.64%
G = 34.1%
B = 42.26%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#71A3CA (or 0x71A3CA) is known color: Picton Blue. HEX triplet: 71, A3 and CA. RGB value is (113,163,202). Sum of RGB (Red+Green+Blue) = 113+163+202=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #71A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A3CA is #8E5C35. Grayscale: #989898. Windows color (decimal): -9329718 or 13280113. OLE color: 13280113.

HSL color Cylindrical-coordinate representation of color #71A3CA: hue angle of 206.29º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71A3CA is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 163 202 -
CMYK 0.44 0.19 0 0.21
HSL 206.29º 0.46% 0.62% -
HSV(B) 206.29º 0.44% 0.79% -
XYZ 30.57 33.97 60.82 -
YUV 152.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 113 163 202 0.44 0.19 0 0.21 206.29 0.46 0.62
Hex 71 A3 CA 2C 13 0 15 CE 2E 3E
Octal 161 243 312 54 23 0 25 316 56 76
Binary 1110001 10100011 11001010 101100 10011 0 10101 11001110 101110 111110

Color Harmonies of #71A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A3CA

Black with #71A3CA

Text Example


Text Example

White with #71A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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