Html Css Color HEX #71BCCD Seagull

📋 copy color: '#71BCCD'

red 113 ◦ green 188 ◦ blue 205

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

Shades of Seagull #71BCCD

Tints of Seagull #71BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 22.33%
G = 37.15%
B = 40.51%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71BCCD (or 0x71BCCD) is known color: Seagull. HEX triplet: 71, BC and CD. RGB value is (113,188,205). Sum of RGB (Red+Green+Blue) = 113+188+205=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCCD is #8E4332. Grayscale: #A7A7A7. Windows color (decimal): -9323315 or 13483121. OLE color: 13483121.

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

Color convert

RGB 113 188 205 -
CMYK 0.45 0.08 0 0.20
HSL 191.09º 0.48% 0.62% -
HSV(B) 191.09º 0.45% 0.8% -
XYZ 35.81 43.88 64.34 -
YUV 167.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 113 188 205 0.45 0.08 0 0.20 191.09 0.48 0.62
Hex 71 BC CD 2D 8 0 14 BF 30 3E
Octal 161 274 315 55 10 0 24 277 60 76
Binary 1110001 10111100 11001101 101101 1000 0 10100 10111111 110000 111110

Color Harmonies of #71BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BCCD

Black with #71BCCD

Text Example


Text Example

White with #71BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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