Html Css Color HEX #71BFCB Seagull

📋 copy color: '#71BFCB'

red 113 ◦ green 191 ◦ blue 203

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

Shades of Seagull #71BFCB

Tints of Seagull #71BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 22.29%
G = 37.67%
B = 40.04%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71BFCB (or 0x71BFCB) is known color: Seagull. HEX triplet: 71, BF and CB. RGB value is (113,191,203). Sum of RGB (Red+Green+Blue) = 113+191+203=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #71BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFCB is #8E4034. Grayscale: #A8A8A8. Windows color (decimal): -9322549 or 13352817. OLE color: 13352817.

HSL color Cylindrical-coordinate representation of color #71BFCB: hue angle of 188º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BFCB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 191 203 -
CMYK 0.44 0.06 0 0.20
HSL 188º 0.46% 0.62% -
HSV(B) 188º 0.44% 0.8% -
XYZ 36.22 45.08 63.29 -
YUV 169.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 113 191 203 0.44 0.06 0 0.20 188 0.46 0.62
Hex 71 BF CB 2C 6 0 14 BC 2E 3E
Octal 161 277 313 54 6 0 24 274 56 76
Binary 1110001 10111111 11001011 101100 110 0 10100 10111100 101110 111110

Color Harmonies of #71BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BFCB

Black with #71BFCB

Text Example


Text Example

White with #71BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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