Html Css Color HEX #71BAC8 Seagull

📋 copy color: '#71BAC8'

red 113 ◦ green 186 ◦ blue 200

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

Shades of Seagull #71BAC8

Tints of Seagull #71BAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 22.65%
G = 37.27%
B = 40.08%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#71BAC8 (or 0x71BAC8) is known color: Seagull. HEX triplet: 71, BA and C8. RGB value is (113,186,200). Sum of RGB (Red+Green+Blue) = 113+186+200=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #71BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BAC8 is #8E4537. Grayscale: #A5A5A5. Windows color (decimal): -9323832 or 13154929. OLE color: 13154929.

HSL color Cylindrical-coordinate representation of color #71BAC8: hue angle of 189.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BAC8 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 186 200 -
CMYK 0.44 0.07 0 0.22
HSL 189.66º 0.44% 0.61% -
HSV(B) 189.66º 0.44% 0.78% -
XYZ 34.79 42.8 61.07 -
YUV 165.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 113 186 200 0.44 0.07 0 0.22 189.66 0.44 0.61
Hex 71 BA C8 2C 7 0 16 BE 2C 3D
Octal 161 272 310 54 7 0 26 276 54 75
Binary 1110001 10111010 11001000 101100 111 0 10110 10111110 101100 111101

Color Harmonies of #71BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BAC8

Black with #71BAC8

Text Example


Text Example

White with #71BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,200); }

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

background-color css

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

 a { background-color: rgb(113,186,200); }

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

border-color css

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

 span { border-color: rgb(113,186,200); }

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