Html Css Color HEX #71A8CD Seagull

📋 copy color: '#71A8CD'

red 113 ◦ green 168 ◦ blue 205

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

Shades of Seagull #71A8CD

Tints of Seagull #71A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.57%

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

R = 23.25%
G = 34.57%
B = 42.18%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71A8CD (or 0x71A8CD) is known color: Seagull. HEX triplet: 71, A8 and CD. RGB value is (113,168,205). Sum of RGB (Red+Green+Blue) = 113+168+205=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #71A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8CD is #8E5732. Grayscale: #9B9B9B. Windows color (decimal): -9328435 or 13478001. OLE color: 13478001.

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

Color convert

RGB 113 168 205 -
CMYK 0.45 0.18 0 0.20
HSL 204.13º 0.48% 0.62% -
HSV(B) 204.13º 0.45% 0.8% -
XYZ 31.83 35.92 63.01 -
YUV 155.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 113 168 205 0.45 0.18 0 0.20 204.13 0.48 0.62
Hex 71 A8 CD 2D 12 0 14 CC 30 3E
Octal 161 250 315 55 22 0 24 314 60 76
Binary 1110001 10101000 11001101 101101 10010 0 10100 11001100 110000 111110

Color Harmonies of #71A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8CD

Black with #71A8CD

Text Example


Text Example

White with #71A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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