Html Css Color HEX #71A4CB Picton Blue

📋 copy color: '#71A4CB'

red 113 ◦ green 164 ◦ blue 203

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

Shades of Picton Blue #71A4CB

Tints of Picton Blue #71A4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 23.54%
G = 34.17%
B = 42.29%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71A4CB (or 0x71A4CB) is known color: Picton Blue. HEX triplet: 71, A4 and CB. RGB value is (113,164,203). Sum of RGB (Red+Green+Blue) = 113+164+203=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #71A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4CB is #8E5B34. Grayscale: #989898. Windows color (decimal): -9329461 or 13345905. OLE color: 13345905.

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

Color convert

RGB 113 164 203 -
CMYK 0.44 0.19 0 0.20
HSL 206º 0.46% 0.62% -
HSV(B) 206º 0.44% 0.8% -
XYZ 30.87 34.37 61.51 -
YUV 153.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 113 164 203 0.44 0.19 0 0.20 206 0.46 0.62
Hex 71 A4 CB 2C 13 0 14 CE 2E 3E
Octal 161 244 313 54 23 0 24 316 56 76
Binary 1110001 10100100 11001011 101100 10011 0 10100 11001110 101110 111110

Color Harmonies of #71A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A4CB

Black with #71A4CB

Text Example


Text Example

White with #71A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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