Html Css Color HEX #71BBD9 Seagull

📋 copy color: '#71BBD9'

red 113 ◦ green 187 ◦ blue 217

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

Shades of Seagull #71BBD9

Tints of Seagull #71BBD9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 21.86%
G = 36.17%
B = 41.97%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71BBD9 (or 0x71BBD9) is known color: Seagull. HEX triplet: 71, BB and D9. RGB value is (113,187,217). Sum of RGB (Red+Green+Blue) = 113+187+217=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #71BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBD9 is #8E4426. Grayscale: #A8A8A8. Windows color (decimal): -9323559 or 14269297. OLE color: 14269297.

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

Color convert

RGB 113 187 217 -
CMYK 0.48 0.14 0 0.15
HSL 197.31º 0.58% 0.65% -
HSV(B) 197.31º 0.48% 0.85% -
XYZ 37.1 44.06 72.19 -
YUV 168.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 113 187 217 0.48 0.14 0 0.15 197.31 0.58 0.65
Hex 71 BB D9 30 E 0 F C5 3A 41
Octal 161 273 331 60 16 0 17 305 72 101
Binary 1110001 10111011 11011001 110000 1110 0 1111 11000101 111010 1000001

Color Harmonies of #71BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBD9

Black with #71BBD9

Text Example


Text Example

White with #71BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,217); }

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

background-color css

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

 a { background-color: rgb(113,187,217); }

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

border-color css

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

 span { border-color: rgb(113,187,217); }

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