Html Css Color HEX #71BED7 Seagull

📋 copy color: '#71BED7'

red 113 ◦ green 190 ◦ blue 215

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

Shades of Seagull #71BED7

Tints of Seagull #71BED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 21.81%
G = 36.68%
B = 41.51%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#71BED7 (or 0x71BED7) is known color: Seagull. HEX triplet: 71, BE and D7. RGB value is (113,190,215). Sum of RGB (Red+Green+Blue) = 113+190+215=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #71BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BED7 is #8E4128. Grayscale: #A9A9A9. Windows color (decimal): -9322793 or 14138993. OLE color: 14138993.

HSL color Cylindrical-coordinate representation of color #71BED7: hue angle of 194.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71BED7 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 190 215 -
CMYK 0.47 0.12 0 0.16
HSL 194.71º 0.56% 0.64% -
HSV(B) 194.71º 0.47% 0.84% -
XYZ 37.49 45.24 71.05 -
YUV 169.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 113 190 215 0.47 0.12 0 0.16 194.71 0.56 0.64
Hex 71 BE D7 2F C 0 10 C3 38 40
Octal 161 276 327 57 14 0 20 303 70 100
Binary 1110001 10111110 11010111 101111 1100 0 10000 11000011 111000 1000000

Color Harmonies of #71BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BED7

Black with #71BED7

Text Example


Text Example

White with #71BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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