Html Css Color HEX #71BEDA Seagull

📋 copy color: '#71BEDA'

red 113 ◦ green 190 ◦ blue 218

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

Shades of Seagull #71BEDA

Tints of Seagull #71BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

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

R = 21.69%
G = 36.47%
B = 41.84%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71BEDA (or 0x71BEDA) is known color: Seagull. HEX triplet: 71, BE and DA. RGB value is (113,190,218). Sum of RGB (Red+Green+Blue) = 113+190+218=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #71BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEDA is #8E4125. Grayscale: #A9A9A9. Windows color (decimal): -9322790 or 14335601. OLE color: 14335601.

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

Color convert

RGB 113 190 218 -
CMYK 0.48 0.13 0 0.15
HSL 196º 0.59% 0.65% -
HSV(B) 196º 0.48% 0.85% -
XYZ 37.88 45.4 73.1 -
YUV 170.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 113 190 218 0.48 0.13 0 0.15 196 0.59 0.65
Hex 71 BE DA 30 D 0 F C4 3B 41
Octal 161 276 332 60 15 0 17 304 73 101
Binary 1110001 10111110 11011010 110000 1101 0 1111 11000100 111011 1000001

Color Harmonies of #71BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEDA

Black with #71BEDA

Text Example


Text Example

White with #71BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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