#8EBDD4

Color #8EBDD4 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #8EBDD4

Tints of Seagull #8EBDD4

Color information

#8EBDD4 (or 0x8EBDD4) is unknown color: approx Seagull. HEX triplet: 8E, BD and D4. RGB value is (142,189,212). Sum of RGB (Red+Green+Blue) = 142+189+212=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #8EBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDD4 is #71422B. Grayscale: #B1B1B1. Windows color (decimal): -7422508 or 13942158. OLE color: 13942158.

HSL color Cylindrical-coordinate representation of color #8EBDD4: hue angle of 199.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBDD4 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142189212-
CMYK0.330.1100.17
HSL199.71º44.87%69.41%-
HSV(B)199.71º33.02%83.14%-
XYZ41.2446.969.17-
YUV177.57147.43102.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=26.15%
G=34.81%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421892120.330.1100.17199.7144.8769.41
Hex8EBDD421B011c82d45
Octal216275324411302131055105
Binary1000111010111101110101001000011011010001110010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBDD4; }

 p { color: rgb(142,189,212); }

 H1.HeaderClassName
 {
   color: #8EBDD4;
 }
 .AnyTagClassName
 {
   color: #8EBDD4;
 }
</style>
background-color css

<style>
 a { background-color: #8EBDD4; }

 a { background-color: rgb(142,189,212); }

 div.DivClassName
 {
   background-color: #8EBDD4;
 }
 .BgClassName
 {
   background-color: #8EBDD4;
 }
</style>
border-color css

<style>
 span { border-color: #8EBDD4; }

 span { border-color: rgb(142,189,212); }

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