Html Css Color HEX #71A7CB Seagull

📋 copy color: '#71A7CB'

red 113 ◦ green 167 ◦ blue 203

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

Shades of Seagull #71A7CB

Tints of Seagull #71A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.58%

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

R = 23.4%
G = 34.58%
B = 42.03%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71A7CB (or 0x71A7CB) is known color: Seagull. HEX triplet: 71, A7 and CB. RGB value is (113,167,203). Sum of RGB (Red+Green+Blue) = 113+167+203=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #71A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A7CB is #8E5834. Grayscale: #9A9A9A. Windows color (decimal): -9328693 or 13346673. OLE color: 13346673.

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

Color convert

RGB 113 167 203 -
CMYK 0.44 0.18 0 0.20
HSL 204º 0.46% 0.62% -
HSV(B) 204º 0.44% 0.8% -
XYZ 31.41 35.46 61.69 -
YUV 154.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 113 167 203 0.44 0.18 0 0.20 204 0.46 0.62
Hex 71 A7 CB 2C 12 0 14 CC 2E 3E
Octal 161 247 313 54 22 0 24 314 56 76
Binary 1110001 10100111 11001011 101100 10010 0 10100 11001100 101110 111110

Color Harmonies of #71A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A7CB

Black with #71A7CB

Text Example


Text Example

White with #71A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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