Html Css Color HEX #8FBDD0 Seagull

📋 copy color: '#8FBDD0'

red 143 ◦ green 189 ◦ blue 208

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

Shades of Seagull #8FBDD0

Tints of Seagull #8FBDD0

RGB

 RED value IS 143 (56.25% from 255) = 26.48%

 GREEN value IS 189 (74.22% from 255) = 35%

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 26.48%
G = 35%
B = 38.52%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8FBDD0 (or 0x8FBDD0) is known color: Seagull. HEX triplet: 8F, BD and D0. RGB value is (143,189,208). Sum of RGB (Red+Green+Blue) = 143+189+208=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDD0 is #70422F. Grayscale: #B1B1B1. Windows color (decimal): -7356976 or 13680015. OLE color: 13680015.

HSL color Cylindrical-coordinate representation of color #8FBDD0: hue angle of 197.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBDD0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 189 208 -
CMYK 0.31 0.09 0 0.18
HSL 197.54º 0.41% 0.69% -
HSV(B) 197.54º 0.31% 0.82% -
XYZ 40.91 46.79 66.55 -
YUV 177.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 143 189 208 0.31 0.09 0 0.18 197.54 0.41 0.69
Hex 8F BD D0 1F 9 0 12 C6 29 45
Octal 217 275 320 37 11 0 22 306 51 105
Binary 10001111 10111101 11010000 11111 1001 0 10010 11000110 101001 1000101

Color Harmonies of #8FBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDD0

Black with #8FBDD0

Text Example


Text Example

White with #8FBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,208); }

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

background-color css

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

 a { background-color: rgb(143,189,208); }

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

border-color css

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

 span { border-color: rgb(143,189,208); }

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