Html Css Color HEX #71BBCC Seagull

📋 copy color: '#71BBCC'

red 113 ◦ green 187 ◦ blue 204

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

Shades of Seagull #71BBCC

Tints of Seagull #71BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 22.42%
G = 37.1%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71BBCC (or 0x71BBCC) is known color: Seagull. HEX triplet: 71, BB and CC. RGB value is (113,187,204). Sum of RGB (Red+Green+Blue) = 113+187+204=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #71BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBCC is #8E4433. Grayscale: #A6A6A6. Windows color (decimal): -9323572 or 13417329. OLE color: 13417329.

HSL color Cylindrical-coordinate representation of color #71BBCC: hue angle of 191.21º degrees, saturation: 0.47, 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 #71BBCC is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 187 204 -
CMYK 0.45 0.08 0 0.2
HSL 191.21º 0.47% 0.62% -
HSV(B) 191.21º 0.45% 0.8% -
XYZ 35.48 43.41 63.64 -
YUV 166.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 113 187 204 0.45 0.08 0 0.2 191.21 0.47 0.62
Hex 71 BB CC 2D 8 0 14 BF 2F 3E
Octal 161 273 314 55 10 0 24 277 57 76
Binary 1110001 10111011 11001100 101101 1000 0 10100 10111111 101111 111110

Color Harmonies of #71BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBCC

Black with #71BBCC

Text Example


Text Example

White with #71BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,204); }

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

background-color css

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

 a { background-color: rgb(113,187,204); }

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

border-color css

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

 span { border-color: rgb(113,187,204); }

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