Html Css Color HEX #71ACCB Seagull

📋 copy color: '#71ACCB'

red 113 ◦ green 172 ◦ blue 203

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

Shades of Seagull #71ACCB

Tints of Seagull #71ACCB

RGB

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

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

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

R = 23.16%
G = 35.25%
B = 41.6%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71ACCB (or 0x71ACCB) is known color: Seagull. HEX triplet: 71, AC and CB. RGB value is (113,172,203). Sum of RGB (Red+Green+Blue) = 113+172+203=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #71ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACCB is #8E5334. Grayscale: #9D9D9D. Windows color (decimal): -9327413 or 13347953. OLE color: 13347953.

HSL color Cylindrical-coordinate representation of color #71ACCB: hue angle of 200.67º 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 #71ACCB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 172 203 -
CMYK 0.44 0.15 0 0.20
HSL 200.67º 0.46% 0.62% -
HSV(B) 200.67º 0.44% 0.8% -
XYZ 32.34 37.33 62 -
YUV 157.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 113 172 203 0.44 0.15 0 0.20 200.67 0.46 0.62
Hex 71 AC CB 2C F 0 14 C9 2E 3E
Octal 161 254 313 54 17 0 24 311 56 76
Binary 1110001 10101100 11001011 101100 1111 0 10100 11001001 101110 111110

Color Harmonies of #71ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACCB

Black with #71ACCB

Text Example


Text Example

White with #71ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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