Html Css Color HEX #81BEDF Seagull

📋 copy color: '#81BEDF'

red 129 ◦ green 190 ◦ blue 223

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

Shades of Seagull #81BEDF

Tints of Seagull #81BEDF

RGB

 RED value IS 129 (50.78% from 255) = 23.8%

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 23.8%
G = 35.06%
B = 41.14%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81BEDF (or 0x81BEDF) is known color: Seagull. HEX triplet: 81, BE and DF. RGB value is (129,190,223). Sum of RGB (Red+Green+Blue) = 129+190+223=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #81BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BEDF is #7E4120. Grayscale: #AFAFAF. Windows color (decimal): -8274209 or 14663297. OLE color: 14663297.

HSL color Cylindrical-coordinate representation of color #81BEDF: hue angle of 201.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BEDF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 190 223 -
CMYK 0.42 0.15 0 0.13
HSL 201.06º 0.59% 0.69% -
HSV(B) 201.06º 0.42% 0.87% -
XYZ 40.79 46.82 76.7 -
YUV 175.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 129 190 223 0.42 0.15 0 0.13 201.06 0.59 0.69
Hex 81 BE DF 2A F 0 D C9 3B 45
Octal 201 276 337 52 17 0 15 311 73 105
Binary 10000001 10111110 11011111 101010 1111 0 1101 11001001 111011 1000101

Color Harmonies of #81BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BEDF

Black with #81BEDF

Text Example


Text Example

White with #81BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81BEDF; }

 p { color: rgb(129,190,223); }

 H1.HeaderClassName
 {
   color: #81BEDF;
 }
 .AnyTagClassName
 {
   color: #81BEDF;
 }
</style>

background-color css

<style>
 a { background-color: #81BEDF; }

 a { background-color: rgb(129,190,223); }

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

border-color css

<style>
 span { border-color: #81BEDF; }

 span { border-color: rgb(129,190,223); }

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