Html Css Color HEX #71B2D6 Seagull

📋 copy color: '#71B2D6'

red 113 ◦ green 178 ◦ blue 214

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

Shades of Seagull #71B2D6

Tints of Seagull #71B2D6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

 BLUE value IS 214 (83.98% from 255) = 42.38%

R = 22.38%
G = 35.25%
B = 42.38%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#71B2D6 (or 0x71B2D6) is known color: Seagull. HEX triplet: 71, B2 and D6. RGB value is (113,178,214). Sum of RGB (Red+Green+Blue) = 113+178+214=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #71B2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2D6 is #8E4D29. Grayscale: #A2A2A2. Windows color (decimal): -9325866 or 14070385. OLE color: 14070385.

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

Color convert

RGB 113 178 214 -
CMYK 0.47 0.17 0 0.16
HSL 201.39º 0.55% 0.64% -
HSV(B) 201.39º 0.47% 0.84% -
XYZ 34.87 40.21 69.54 -
YUV 162.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 113 178 214 0.47 0.17 0 0.16 201.39 0.55 0.64
Hex 71 B2 D6 2F 11 0 10 C9 37 40
Octal 161 262 326 57 21 0 20 311 67 100
Binary 1110001 10110010 11010110 101111 10001 0 10000 11001001 110111 1000000

Color Harmonies of #71B2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2D6

Black with #71B2D6

Text Example


Text Example

White with #71B2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,178,214); }

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

background-color css

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

 a { background-color: rgb(113,178,214); }

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

border-color css

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

 span { border-color: rgb(113,178,214); }

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