Html Css Color HEX #71BADA Seagull

📋 copy color: '#71BADA'

red 113 ◦ green 186 ◦ blue 218

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

Shades of Seagull #71BADA

Tints of Seagull #71BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 21.86%
G = 35.98%
B = 42.17%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71BADA (or 0x71BADA) is known color: Seagull. HEX triplet: 71, BA and DA. RGB value is (113,186,218). Sum of RGB (Red+Green+Blue) = 113+186+218=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #71BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BADA is #8E4525. Grayscale: #A7A7A7. Windows color (decimal): -9323814 or 14334577. OLE color: 14334577.

HSL color Cylindrical-coordinate representation of color #71BADA: hue angle of 198.29º degrees, saturation: 0.59, 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 #71BADA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 186 218 -
CMYK 0.48 0.15 0 0.15
HSL 198.29º 0.59% 0.65% -
HSV(B) 198.29º 0.48% 0.85% -
XYZ 37.02 43.69 72.81 -
YUV 167.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 113 186 218 0.48 0.15 0 0.15 198.29 0.59 0.65
Hex 71 BA DA 30 F 0 F C6 3B 41
Octal 161 272 332 60 17 0 17 306 73 101
Binary 1110001 10111010 11011010 110000 1111 0 1111 11000110 111011 1000001

Color Harmonies of #71BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BADA

Black with #71BADA

Text Example


Text Example

White with #71BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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