Html Css Color HEX #71BECE Seagull

📋 copy color: '#71BECE'

red 113 ◦ green 190 ◦ blue 206

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

Shades of Seagull #71BECE

Tints of Seagull #71BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 22.2%
G = 37.33%
B = 40.47%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71BECE (or 0x71BECE) is known color: Seagull. HEX triplet: 71, BE and CE. RGB value is (113,190,206). Sum of RGB (Red+Green+Blue) = 113+190+206=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #71BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BECE is #8E4131. Grayscale: #A8A8A8. Windows color (decimal): -9322802 or 13549169. OLE color: 13549169.

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

Color convert

RGB 113 190 206 -
CMYK 0.45 0.08 0 0.19
HSL 190.32º 0.49% 0.63% -
HSV(B) 190.32º 0.45% 0.81% -
XYZ 36.36 44.79 65.12 -
YUV 168.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 113 190 206 0.45 0.08 0 0.19 190.32 0.49 0.63
Hex 71 BE CE 2D 8 0 13 BE 31 3F
Octal 161 276 316 55 10 0 23 276 61 77
Binary 1110001 10111110 11001110 101101 1000 0 10011 10111110 110001 111111

Color Harmonies of #71BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BECE

Black with #71BECE

Text Example


Text Example

White with #71BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,206); }

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

background-color css

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

 a { background-color: rgb(113,190,206); }

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

border-color css

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

 span { border-color: rgb(113,190,206); }

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