Html Css Color HEX #71BDD7 Seagull

📋 copy color: '#71BDD7'

red 113 ◦ green 189 ◦ blue 215

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

Shades of Seagull #71BDD7

Tints of Seagull #71BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 21.86%
G = 36.56%
B = 41.59%

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

#71BDD7 (or 0x71BDD7) is known color: Seagull. HEX triplet: 71, BD and D7. RGB value is (113,189,215). Sum of RGB (Red+Green+Blue) = 113+189+215=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #71BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDD7 is #8E4228. Grayscale: #A9A9A9. Windows color (decimal): -9323049 or 14138737. OLE color: 14138737.

HSL color Cylindrical-coordinate representation of color #71BDD7: hue angle of 195.29º 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 #71BDD7 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 189 215 -
CMYK 0.47 0.12 0 0.16
HSL 195.29º 0.56% 0.64% -
HSV(B) 195.29º 0.47% 0.84% -
XYZ 37.27 44.81 70.98 -
YUV 169.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 113 189 215 0.47 0.12 0 0.16 195.29 0.56 0.64
Hex 71 BD D7 2F C 0 10 C3 38 40
Octal 161 275 327 57 14 0 20 303 70 100
Binary 1110001 10111101 11010111 101111 1100 0 10000 11000011 111000 1000000

Color Harmonies of #71BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDD7

Black with #71BDD7

Text Example


Text Example

White with #71BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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