Html Css Color HEX #8EBFCB Seagull

📋 copy color: '#8EBFCB'

red 142 ◦ green 191 ◦ blue 203

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

Shades of Seagull #8EBFCB

Tints of Seagull #8EBFCB

RGB

 RED value IS 142 (55.86% from 255) = 26.49%

 GREEN value IS 191 (75% from 255) = 35.63%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 26.49%
G = 35.63%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EBFCB (or 0x8EBFCB) is known color: Seagull. HEX triplet: 8E, BF and CB. RGB value is (142,191,203). Sum of RGB (Red+Green+Blue) = 142+191+203=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFCB is #714034. Grayscale: #B1B1B1. Windows color (decimal): -7422005 or 13352846. OLE color: 13352846.

HSL color Cylindrical-coordinate representation of color #8EBFCB: hue angle of 191.8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EBFCB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 191 203 -
CMYK 0.30 0.06 0 0.20
HSL 191.8º 0.37% 0.68% -
HSV(B) 191.8º 0.3% 0.8% -
XYZ 40.57 47.32 63.5 -
YUV 177.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 142 191 203 0.30 0.06 0 0.20 191.8 0.37 0.68
Hex 8E BF CB 1E 6 0 14 C0 25 44
Octal 216 277 313 36 6 0 24 300 45 104
Binary 10001110 10111111 11001011 11110 110 0 10100 11000000 100101 1000100

Color Harmonies of #8EBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFCB

Black with #8EBFCB

Text Example


Text Example

White with #8EBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,191,203); }

 H1.HeaderClassName
 {
   color: #8EBFCB;
 }
 .AnyTagClassName
 {
   color: #8EBFCB;
 }
</style>

background-color css

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

 a { background-color: rgb(142,191,203); }

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

border-color css

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

 span { border-color: rgb(142,191,203); }

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