Html Css Color HEX #8CBDD8 Seagull

📋 copy color: '#8CBDD8'

red 140 ◦ green 189 ◦ blue 216

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

Shades of Seagull #8CBDD8

Tints of Seagull #8CBDD8

RGB

 RED value IS 140 (55.08% from 255) = 25.69%

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 25.69%
G = 34.68%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CBDD8 (or 0x8CBDD8) is known color: Seagull. HEX triplet: 8C, BD and D8. RGB value is (140,189,216). Sum of RGB (Red+Green+Blue) = 140+189+216=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #8CBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDD8 is #734227. Grayscale: #B1B1B1. Windows color (decimal): -7553576 or 14204300. OLE color: 14204300.

HSL color Cylindrical-coordinate representation of color #8CBDD8: hue angle of 201.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBDD8 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 189 216 -
CMYK 0.35 0.12 0 0.15
HSL 201.32º 0.49% 0.7% -
HSV(B) 201.32º 0.35% 0.85% -
XYZ 41.41 46.93 71.84 -
YUV 177.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 140 189 216 0.35 0.12 0 0.15 201.32 0.49 0.7
Hex 8C BD D8 23 C 0 F C9 31 46
Octal 214 275 330 43 14 0 17 311 61 106
Binary 10001100 10111101 11011000 100011 1100 0 1111 11001001 110001 1000110

Color Harmonies of #8CBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDD8

Black with #8CBDD8

Text Example


Text Example

White with #8CBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,216); }

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

background-color css

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

 a { background-color: rgb(140,189,216); }

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

border-color css

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

 span { border-color: rgb(140,189,216); }

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