Html Css Color HEX #81B4D6 Seagull

📋 copy color: '#81B4D6'

red 129 ◦ green 180 ◦ blue 214

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

Shades of Seagull #81B4D6

Tints of Seagull #81B4D6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.42%

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 24.67%
G = 34.42%
B = 40.92%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#81B4D6 (or 0x81B4D6) is known color: Seagull. HEX triplet: 81, B4 and D6. RGB value is (129,180,214). Sum of RGB (Red+Green+Blue) = 129+180+214=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #81B4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B4D6 is #7E4B29. Grayscale: #A8A8A8. Windows color (decimal): -8276778 or 14070913. OLE color: 14070913.

HSL color Cylindrical-coordinate representation of color #81B4D6: hue angle of 204º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81B4D6 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 180 214 -
CMYK 0.40 0.16 0 0.16
HSL 204º 0.51% 0.67% -
HSV(B) 204º 0.4% 0.84% -
XYZ 37.51 42.16 69.78 -
YUV 168.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 129 180 214 0.40 0.16 0 0.16 204 0.51 0.67
Hex 81 B4 D6 28 10 0 10 CC 33 43
Octal 201 264 326 50 20 0 20 314 63 103
Binary 10000001 10110100 11010110 101000 10000 0 10000 11001100 110011 1000011

Color Harmonies of #81B4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B4D6

Black with #81B4D6

Text Example


Text Example

White with #81B4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,214); }

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

background-color css

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

 a { background-color: rgb(129,180,214); }

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

border-color css

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

 span { border-color: rgb(129,180,214); }

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