Html Css Color HEX #8CBAD2 Seagull

📋 copy color: '#8CBAD2'

red 140 ◦ green 186 ◦ blue 210

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

Shades of Seagull #8CBAD2

Tints of Seagull #8CBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 26.12%
G = 34.7%
B = 39.18%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CBAD2 (or 0x8CBAD2) is known color: Seagull. HEX triplet: 8C, BA and D2. RGB value is (140,186,210). Sum of RGB (Red+Green+Blue) = 140+186+210=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CBAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAD2 is #73452D. Grayscale: #AEAEAE. Windows color (decimal): -7554350 or 13810316. OLE color: 13810316.

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

Color convert

RGB 140 186 210 -
CMYK 0.33 0.11 0 0.18
HSL 200.57º 0.44% 0.69% -
HSV(B) 200.57º 0.33% 0.82% -
XYZ 40.01 45.35 67.62 -
YUV 174.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 140 186 210 0.33 0.11 0 0.18 200.57 0.44 0.69
Hex 8C BA D2 21 B 0 12 C9 2C 45
Octal 214 272 322 41 13 0 22 311 54 105
Binary 10001100 10111010 11010010 100001 1011 0 10010 11001001 101100 1000101

Color Harmonies of #8CBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAD2

Black with #8CBAD2

Text Example


Text Example

White with #8CBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,210); }

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

background-color css

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

 a { background-color: rgb(140,186,210); }

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

border-color css

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

 span { border-color: rgb(140,186,210); }

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