Html Css Color HEX #71BDCF Seagull

📋 copy color: '#71BDCF'

red 113 ◦ green 189 ◦ blue 207

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

Shades of Seagull #71BDCF

Tints of Seagull #71BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 22.2%
G = 37.13%
B = 40.67%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71BDCF (or 0x71BDCF) is known color: Seagull. HEX triplet: 71, BD and CF. RGB value is (113,189,207). Sum of RGB (Red+Green+Blue) = 113+189+207=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #71BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDCF is #8E4230. Grayscale: #A8A8A8. Windows color (decimal): -9323057 or 13614449. OLE color: 13614449.

HSL color Cylindrical-coordinate representation of color #71BDCF: hue angle of 191.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71BDCF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 189 207 -
CMYK 0.45 0.09 0 0.19
HSL 191.49º 0.49% 0.63% -
HSV(B) 191.49º 0.45% 0.81% -
XYZ 36.27 44.41 65.69 -
YUV 168.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 113 189 207 0.45 0.09 0 0.19 191.49 0.49 0.63
Hex 71 BD CF 2D 9 0 13 BF 31 3F
Octal 161 275 317 55 11 0 23 277 61 77
Binary 1110001 10111101 11001111 101101 1001 0 10011 10111111 110001 111111

Color Harmonies of #71BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDCF

Black with #71BDCF

Text Example


Text Example

White with #71BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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