Html Css Color HEX #71BFDB Seagull

📋 copy color: '#71BFDB'

red 113 ◦ green 191 ◦ blue 219

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

Shades of Seagull #71BFDB

Tints of Seagull #71BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 21.61%
G = 36.52%
B = 41.87%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71BFDB (or 0x71BFDB) is known color: Seagull. HEX triplet: 71, BF and DB. RGB value is (113,191,219). Sum of RGB (Red+Green+Blue) = 113+191+219=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #71BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFDB is #8E4024. Grayscale: #AAAAAA. Windows color (decimal): -9322533 or 14401393. OLE color: 14401393.

HSL color Cylindrical-coordinate representation of color #71BFDB: hue angle of 195.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BFDB is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 191 219 -
CMYK 0.48 0.13 0 0.14
HSL 195.85º 0.6% 0.65% -
HSV(B) 195.85º 0.48% 0.86% -
XYZ 38.23 45.89 73.86 -
YUV 170.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 113 191 219 0.48 0.13 0 0.14 195.85 0.6 0.65
Hex 71 BF DB 30 D 0 E C4 3C 41
Octal 161 277 333 60 15 0 16 304 74 101
Binary 1110001 10111111 11011011 110000 1101 0 1110 11000100 111100 1000001

Color Harmonies of #71BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BFDB

Black with #71BFDB

Text Example


Text Example

White with #71BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,219); }

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

background-color css

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

 a { background-color: rgb(113,191,219); }

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

border-color css

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

 span { border-color: rgb(113,191,219); }

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