Html Css Color HEX #81BCD3 Seagull

📋 copy color: '#81BCD3'

red 129 ◦ green 188 ◦ blue 211

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

Shades of Seagull #81BCD3

Tints of Seagull #81BCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 211 (82.81% from 255) = 39.96%

R = 24.43%
G = 35.61%
B = 39.96%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#81BCD3 (or 0x81BCD3) is known color: Seagull. HEX triplet: 81, BC and D3. RGB value is (129,188,211). Sum of RGB (Red+Green+Blue) = 129+188+211=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #81BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCD3 is #7E432C. Grayscale: #ACACAC. Windows color (decimal): -8274733 or 13876353. OLE color: 13876353.

HSL color Cylindrical-coordinate representation of color #81BCD3: hue angle of 196.83º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81BCD3 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 188 211 -
CMYK 0.39 0.11 0 0.17
HSL 196.83º 0.48% 0.67% -
HSV(B) 196.83º 0.39% 0.83% -
XYZ 38.79 45.34 68.33 -
YUV 172.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 129 188 211 0.39 0.11 0 0.17 196.83 0.48 0.67
Hex 81 BC D3 27 B 0 11 C5 30 43
Octal 201 274 323 47 13 0 21 305 60 103
Binary 10000001 10111100 11010011 100111 1011 0 10001 11000101 110000 1000011

Color Harmonies of #81BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCD3

Black with #81BCD3

Text Example


Text Example

White with #81BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,211); }

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

background-color css

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

 a { background-color: rgb(129,188,211); }

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

border-color css

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

 span { border-color: rgb(129,188,211); }

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