Html Css Color HEX #71B2CA Seagull

📋 copy color: '#71B2CA'

red 113 ◦ green 178 ◦ blue 202

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

Shades of Seagull #71B2CA

Tints of Seagull #71B2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 22.92%
G = 36.11%
B = 40.97%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#71B2CA (or 0x71B2CA) is known color: Seagull. HEX triplet: 71, B2 and CA. RGB value is (113,178,202). Sum of RGB (Red+Green+Blue) = 113+178+202=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #71B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2CA is #8E4D35. Grayscale: #A1A1A1. Windows color (decimal): -9325878 or 13283953. OLE color: 13283953.

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

Color convert

RGB 113 178 202 -
CMYK 0.44 0.12 0 0.21
HSL 196.18º 0.46% 0.62% -
HSV(B) 196.18º 0.44% 0.79% -
XYZ 33.39 39.62 61.76 -
YUV 161.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 113 178 202 0.44 0.12 0 0.21 196.18 0.46 0.62
Hex 71 B2 CA 2C C 0 15 C4 2E 3E
Octal 161 262 312 54 14 0 25 304 56 76
Binary 1110001 10110010 11001010 101100 1100 0 10101 11000100 101110 111110

Color Harmonies of #71B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2CA

Black with #71B2CA

Text Example


Text Example

White with #71B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,178,202); }

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

background-color css

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

 a { background-color: rgb(113,178,202); }

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

border-color css

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

 span { border-color: rgb(113,178,202); }

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