Html Css Color HEX #71BDCD Seagull

📋 copy color: '#71BDCD'

red 113 ◦ green 189 ◦ blue 205

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

Shades of Seagull #71BDCD

Tints of Seagull #71BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

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

R = 22.29%
G = 37.28%
B = 40.43%

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

#71BDCD (or 0x71BDCD) is known color: Seagull. HEX triplet: 71, BD and CD. RGB value is (113,189,205). Sum of RGB (Red+Green+Blue) = 113+189+205=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDCD is #8E4232. Grayscale: #A7A7A7. Windows color (decimal): -9323059 or 13483377. OLE color: 13483377.

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

Color convert

RGB 113 189 205 -
CMYK 0.45 0.08 0 0.20
HSL 190.43º 0.48% 0.62% -
HSV(B) 190.43º 0.45% 0.8% -
XYZ 36.03 44.31 64.41 -
YUV 168.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 113 189 205 0.45 0.08 0 0.20 190.43 0.48 0.62
Hex 71 BD CD 2D 8 0 14 BE 30 3E
Octal 161 275 315 55 10 0 24 276 60 76
Binary 1110001 10111101 11001101 101101 1000 0 10100 10111110 110000 111110

Color Harmonies of #71BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDCD

Black with #71BDCD

Text Example


Text Example

White with #71BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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