Html Css Color HEX #71ACCD Seagull

📋 copy color: '#71ACCD'

red 113 ◦ green 172 ◦ blue 205

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

Shades of Seagull #71ACCD

Tints of Seagull #71ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 23.06%
G = 35.1%
B = 41.84%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71ACCD (or 0x71ACCD) is known color: Seagull. HEX triplet: 71, AC and CD. RGB value is (113,172,205). Sum of RGB (Red+Green+Blue) = 113+172+205=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #71ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACCD is #8E5332. Grayscale: #9D9D9D. Windows color (decimal): -9327411 or 13479025. OLE color: 13479025.

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

Color convert

RGB 113 172 205 -
CMYK 0.45 0.16 0 0.20
HSL 201.52º 0.48% 0.62% -
HSV(B) 201.52º 0.45% 0.8% -
XYZ 32.58 37.42 63.26 -
YUV 158.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 113 172 205 0.45 0.16 0 0.20 201.52 0.48 0.62
Hex 71 AC CD 2D 10 0 14 CA 30 3E
Octal 161 254 315 55 20 0 24 312 60 76
Binary 1110001 10101100 11001101 101101 10000 0 10100 11001010 110000 111110

Color Harmonies of #71ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACCD

Black with #71ACCD

Text Example


Text Example

White with #71ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,205); }

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

background-color css

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

 a { background-color: rgb(113,172,205); }

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

border-color css

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

 span { border-color: rgb(113,172,205); }

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